Html Css Color HEX #9859FB Light Slate Blue

📋 copy color: '#9859FB'

red 152 ◦ green 89 ◦ blue 251

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

Shades of Light Slate Blue #9859FB

Tints of Light Slate Blue #9859FB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.09%

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

R = 30.89%
G = 18.09%
B = 51.02%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9859FB (or 0x9859FB) is known color: Light Slate Blue. HEX triplet: 98, 59 and FB. RGB value is (152,89,251). Sum of RGB (Red+Green+Blue) = 152+89+251=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #9859FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859FB is #67A604. Grayscale: #7D7D7D. Windows color (decimal): -6792709 or 16472472. OLE color: 16472472.

HSL color Cylindrical-coordinate representation of color #9859FB: hue angle of 263.33º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9859FB is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 89 251 -
CMYK 0.39 0.65 0 0.02
HSL 263.33º 0.95% 0.67% -
HSV(B) 263.33º 0.65% 0.98% -
XYZ 33.93 20.79 93.49 -
YUV 126.31 198.37 146.33 -
System Red Green Blue C M Y K H S L
Decimal 152 89 251 0.39 0.65 0 0.02 263.33 0.95 0.67
Hex 98 59 FB 27 41 0 2 107 5F 43
Octal 230 131 373 47 101 0 2 407 137 103
Binary 10011000 1011001 11111011 100111 1000001 0 10 100000111 1011111 1000011

Color Harmonies of #9859FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859FB

Black with #9859FB

Text Example


Text Example

White with #9859FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,89,251); }

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

background-color css

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

 a { background-color: rgb(152,89,251); }

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

border-color css

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

 span { border-color: rgb(152,89,251); }

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