#9762FE

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

Shades of Light Slate Blue #9762FE

Tints of Light Slate Blue #9762FE

Color information

#9762FE (or 0x9762FE) is unknown color: approx Light Slate Blue. HEX triplet: 97, 62 and FE. RGB value is (151,98,254). Sum of RGB (Red+Green+Blue) = 151+98+254=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #9762FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9762FE is #689D01. Grayscale: #838383. Windows color (decimal): -6855938 or 16671383. OLE color: 16671383.

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

Color convert

RGB15198254-
CMYK0.410.6100.00
HSL260.38º98.73%69.02%-
HSV(B)260.38º61.42%99.61%-
XYZ35.0222.4796.26-
YUV131.63197.06141.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.02%
GREEN value IS 98 (38.67% from 255) = 19.48%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=30.02%
G=19.48%
B=50.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151982540.410.6100.00260.3898.7369.02
Hex9762FE293D001046345
Octal227142376517500404143105
Binary100101111100010111111101010011111010010000010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,98,254); }

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

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

 a { background-color: rgb(151,98,254); }

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

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

 span { border-color: rgb(151,98,254); }

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