#9260FE

Color #9260FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9260FE

Tints of Light Slate Blue #9260FE

Color information

#9260FE (or 0x9260FE) is unknown color: approx Light Slate Blue. HEX triplet: 92, 60 and FE. RGB value is (146,96,254). Sum of RGB (Red+Green+Blue) = 146+96+254=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #9260FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9260FE is #6D9F01. Grayscale: #808080. Windows color (decimal): -7184130 or 16670866. OLE color: 16670866.

HSL color Cylindrical-coordinate representation of color #9260FE: hue angle of 258.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9260FE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14696254-
CMYK0.430.6200.00
HSL258.99º98.75%68.63%-
HSV(B)258.99º62.2%99.61%-
XYZ33.9321.6396.15-
YUV128.96198.56140.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 96 (37.89% from 255) = 19.35%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=29.44%
G=19.35%
B=51.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal146962540.430.6200.00258.9998.7568.63
Hex9260FE2B3E001036345
Octal222140376537600403143105
Binary100100101100000111111101010111111100010000001111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9260FE; }

 p { color: rgb(146,96,254); }

 H1.HeaderClassName
 {
   color: #9260FE;
 }
 .AnyTagClassName
 {
   color: #9260FE;
 }
</style>
background-color css

<style>
 a { background-color: #9260FE; }

 a { background-color: rgb(146,96,254); }

 div.DivClassName
 {
   background-color: #9260FE;
 }
 .BgClassName
 {
   background-color: #9260FE;
 }
</style>
border-color css

<style>
 span { border-color: #9260FE; }

 span { border-color: rgb(146,96,254); }

 td.TdClassName
 {
   border-color: #9260FE;
 }
 .TagClassName
 {
   border-color: #9260FE;
 }
</style>