Html Css Color HEX #9564FE Light Slate Blue

📋 copy color: '#9564FE'

red 149 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9564FE

Tints of Light Slate Blue #9564FE

RGB

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

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

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

R = 29.62%
G = 19.88%
B = 50.5%

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

#9564FE (or 0x9564FE) is known color: Light Slate Blue. HEX triplet: 95, 64 and FE. RGB value is (149,100,254). Sum of RGB (Red+Green+Blue) = 149+100+254=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 100 (39.45% from 255 or 19.88% 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 #9564FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564FE is #6A9B01. Grayscale: #838383. Windows color (decimal): -6986498 or 16671893. OLE color: 16671893.

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

Color convert

RGB 149 100 254 -
CMYK 0.41 0.61 0 0.00
HSL 259.09º 0.99% 0.69% -
HSV(B) 259.09º 0.61% 1% -
XYZ 34.84 22.66 96.3 -
YUV 132.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 149 100 254 0.41 0.61 0 0.00 259.09 0.99 0.69
Hex 95 64 FE 29 3D 0 0 103 63 45
Octal 225 144 376 51 75 0 0 403 143 105
Binary 10010101 1100100 11111110 101001 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564FE

Black with #9564FE

Text Example


Text Example

White with #9564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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