Html Css Color HEX #9564FF Light Slate Blue

📋 copy color: '#9564FF'

red 149 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #9564FF

Tints of Light Slate Blue #9564FF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.84%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 29.56%
G = 19.84%
B = 50.6%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9564FF (or 0x9564FF) is known color: Light Slate Blue. HEX triplet: 95, 64 and FF. RGB value is (149,100,255). Sum of RGB (Red+Green+Blue) = 149+100+255=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9564FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564FF is #6A9B00. Grayscale: #838383. Windows color (decimal): -6986497 or 16737429. OLE color: 16737429.

HSL color Cylindrical-coordinate representation of color #9564FF: hue angle of 258.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9564FF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 100 255 -
CMYK 0.42 0.61 0 0
HSL 258.97º 1% 0.7% -
HSV(B) 258.97º 0.61% 1% -
XYZ 35 22.72 97.15 -
YUV 132.32 197.23 139.9 -
System Red Green Blue C M Y K H S L
Decimal 149 100 255 0.42 0.61 0 0 258.97 1 0.7
Hex 95 64 FF 2A 3D 0 0 103 64 46
Octal 225 144 377 52 75 0 0 403 144 106
Binary 10010101 1100100 11111111 101010 111101 0 0 100000011 1100100 1000110

Color Harmonies of #9564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564FF

Black with #9564FF

Text Example


Text Example

White with #9564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9564FF; }

 p { color: rgb(149,100,255); }

 H1.HeaderClassName
 {
   color: #9564FF;
 }
 .AnyTagClassName
 {
   color: #9564FF;
 }
</style>

background-color css

<style>
 a { background-color: #9564FF; }

 a { background-color: rgb(149,100,255); }

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

border-color css

<style>
 span { border-color: #9564FF; }

 span { border-color: rgb(149,100,255); }

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