Html Css Color HEX #9856FF Light Slate Blue

📋 copy color: '#9856FF'

red 152 ◦ green 86 ◦ blue 255

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

Shades of Light Slate Blue #9856FF

Tints of Light Slate Blue #9856FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.44%

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

R = 30.83%
G = 17.44%
B = 51.72%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9856FF (or 0x9856FF) is known color: Light Slate Blue. HEX triplet: 98, 56 and FF. RGB value is (152,86,255). Sum of RGB (Red+Green+Blue) = 152+86+255=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #9856FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9856FF is #67A900. Grayscale: #7C7C7C. Windows color (decimal): -6793473 or 16733848. OLE color: 16733848.

HSL color Cylindrical-coordinate representation of color #9856FF: hue angle of 263.43º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9856FF is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 86 255 -
CMYK 0.40 0.66 0 0
HSL 263.43º 1% 0.67% -
HSV(B) 263.43º 0.66% 1% -
XYZ 34.33 20.55 96.77 -
YUV 125 201.37 147.26 -
System Red Green Blue C M Y K H S L
Decimal 152 86 255 0.40 0.66 0 0 263.43 1 0.67
Hex 98 56 FF 28 42 0 0 107 64 43
Octal 230 126 377 50 102 0 0 407 144 103
Binary 10011000 1010110 11111111 101000 1000010 0 0 100000111 1100100 1000011

Color Harmonies of #9856FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9856FF

Black with #9856FF

Text Example


Text Example

White with #9856FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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