Html Css Color HEX #9562FE Light Slate Blue

📋 copy color: '#9562FE'

red 149 ◦ green 98 ◦ blue 254

#9562FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9562FE

Tints of Light Slate Blue #9562FE

RGB

 RED value IS 149 (58.59% from 255) = 29.74%

 GREEN value IS 98 (38.67% from 255) = 19.56%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 29.74%
G = 19.56%
B = 50.7%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9562FE (or 0x9562FE) is known color: Light Slate Blue. HEX triplet: 95, 62 and FE. RGB value is (149,98,254). Sum of RGB (Red+Green+Blue) = 149+98+254=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #9562FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9562FE is #6A9D01. Grayscale: #828282. Windows color (decimal): -6987010 or 16671381. OLE color: 16671381.

HSL color Cylindrical-coordinate representation of color #9562FE: hue angle of 259.62º 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 #9562FE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 98 254 -
CMYK 0.41 0.61 0 0.00
HSL 259.62º 0.99% 0.69% -
HSV(B) 259.62º 0.61% 1% -
XYZ 34.65 22.28 96.24 -
YUV 131.03 197.4 140.82 -
System Red Green Blue C M Y K H S L
Decimal 149 98 254 0.41 0.61 0 0.00 259.62 0.99 0.69
Hex 95 62 FE 29 3D 0 0 104 63 45
Octal 225 142 376 51 75 0 0 404 143 105
Binary 10010101 1100010 11111110 101001 111101 0 0 100000100 1100011 1000101

Color Harmonies of #9562FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562FE

Black with #9562FE

Text Example


Text Example

White with #9562FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9562FE;
 }
 .AnyTagClassName
 {
   color: #9562FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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