Html Css Color HEX #9564FC Light Slate Blue

📋 copy color: '#9564FC'

red 149 ◦ green 100 ◦ blue 252

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

Shades of Light Slate Blue #9564FC

Tints of Light Slate Blue #9564FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 29.74%
G = 19.96%
B = 50.3%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9564FC (or 0x9564FC) is known color: Light Slate Blue. HEX triplet: 95, 64 and FC. RGB value is (149,100,252). Sum of RGB (Red+Green+Blue) = 149+100+252=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #9564FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564FC is #6A9B03. Grayscale: #838383. Windows color (decimal): -6986500 or 16540821. OLE color: 16540821.

HSL color Cylindrical-coordinate representation of color #9564FC: hue angle of 259.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9564FC is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 100 252 -
CMYK 0.41 0.60 0 0.01
HSL 259.34º 0.96% 0.69% -
HSV(B) 259.34º 0.6% 0.99% -
XYZ 34.52 22.53 94.63 -
YUV 131.98 195.73 140.14 -
System Red Green Blue C M Y K H S L
Decimal 149 100 252 0.41 0.60 0 0.01 259.34 0.96 0.69
Hex 95 64 FC 29 3C 0 1 103 60 45
Octal 225 144 374 51 74 0 1 403 140 105
Binary 10010101 1100100 11111100 101001 111100 0 1 100000011 1100000 1000101

Color Harmonies of #9564FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564FC

Black with #9564FC

Text Example


Text Example

White with #9564FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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