Html Css Color HEX #9864FF Light Slate Blue

📋 copy color: '#9864FF'

red 152 ◦ green 100 ◦ blue 255

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

Shades of Light Slate Blue #9864FF

Tints of Light Slate Blue #9864FF

RGB

 RED value IS 152 (59.77% from 255) = 29.98%

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

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

R = 29.98%
G = 19.72%
B = 50.3%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9864FF (or 0x9864FF) is known color: Light Slate Blue. HEX triplet: 98, 64 and FF. RGB value is (152,100,255). Sum of RGB (Red+Green+Blue) = 152+100+255=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #9864FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9864FF is #679B00. Grayscale: #848484. Windows color (decimal): -6789889 or 16737432. OLE color: 16737432.

HSL color Cylindrical-coordinate representation of color #9864FF: hue angle of 260.13º 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 #9864FF is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 100 255 -
CMYK 0.40 0.61 0 0
HSL 260.13º 1% 0.7% -
HSV(B) 260.13º 0.61% 1% -
XYZ 35.56 23.01 97.18 -
YUV 133.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 152 100 255 0.40 0.61 0 0 260.13 1 0.7
Hex 98 64 FF 28 3D 0 0 104 64 46
Octal 230 144 377 50 75 0 0 404 144 106
Binary 10011000 1100100 11111111 101000 111101 0 0 100000100 1100100 1000110

Color Harmonies of #9864FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9864FF

Black with #9864FF

Text Example


Text Example

White with #9864FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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