Html Css Color HEX #9564FA Light Slate Blue

📋 copy color: '#9564FA'

red 149 ◦ green 100 ◦ blue 250

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

Shades of Light Slate Blue #9564FA

Tints of Light Slate Blue #9564FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 29.86%
G = 20.04%
B = 50.1%

CMYK

 C value IS 0.40

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9564FA (or 0x9564FA) is known color: Light Slate Blue. HEX triplet: 95, 64 and FA. RGB value is (149,100,250). Sum of RGB (Red+Green+Blue) = 149+100+250=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #9564FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9564FA is #6A9B05. Grayscale: #838383. Windows color (decimal): -6986502 or 16409749. OLE color: 16409749.

HSL color Cylindrical-coordinate representation of color #9564FA: hue angle of 259.6º degrees, saturation: 0.94, 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 #9564FA is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 100 250 -
CMYK 0.40 0.6 0 0.02
HSL 259.6º 0.94% 0.69% -
HSV(B) 259.6º 0.6% 0.98% -
XYZ 34.21 22.41 92.96 -
YUV 131.75 194.73 140.3 -
System Red Green Blue C M Y K H S L
Decimal 149 100 250 0.40 0.6 0 0.02 259.6 0.94 0.69
Hex 95 64 FA 28 3C 0 2 104 5E 45
Octal 225 144 372 50 74 0 2 404 136 105
Binary 10010101 1100100 11111010 101000 111100 0 10 100000100 1011110 1000101

Color Harmonies of #9564FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9564FA

Black with #9564FA

Text Example


Text Example

White with #9564FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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