Html Css Color HEX #9564FB Light Slate Blue

📋 copy color: '#9564FB'

red 149 ◦ green 100 ◦ blue 251

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

Shades of Light Slate Blue #9564FB

Tints of Light Slate Blue #9564FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 29.8%
G = 20%
B = 50.2%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9564FB (or 0x9564FB) is known color: Light Slate Blue. HEX triplet: 95, 64 and FB. RGB value is (149,100,251). Sum of RGB (Red+Green+Blue) = 149+100+251=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #9564FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564FB is #6A9B04. Grayscale: #838383. Windows color (decimal): -6986501 or 16475285. OLE color: 16475285.

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

Color convert

RGB 149 100 251 -
CMYK 0.41 0.60 0 0.02
HSL 259.47º 0.95% 0.69% -
HSV(B) 259.47º 0.6% 0.98% -
XYZ 34.36 22.47 93.79 -
YUV 131.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 149 100 251 0.41 0.60 0 0.02 259.47 0.95 0.69
Hex 95 64 FB 29 3C 0 2 103 5F 45
Octal 225 144 373 51 74 0 2 403 137 105
Binary 10010101 1100100 11111011 101001 111100 0 10 100000011 1011111 1000101

Color Harmonies of #9564FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564FB

Black with #9564FB

Text Example


Text Example

White with #9564FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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