Html Css Color HEX #9859FA Light Slate Blue

📋 copy color: '#9859FA'

red 152 ◦ green 89 ◦ blue 250

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

Shades of Light Slate Blue #9859FA

Tints of Light Slate Blue #9859FA

RGB

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

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

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

R = 30.96%
G = 18.13%
B = 50.92%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9859FA (or 0x9859FA) is known color: Light Slate Blue. HEX triplet: 98, 59 and FA. RGB value is (152,89,250). Sum of RGB (Red+Green+Blue) = 152+89+250=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #9859FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859FA is #67A605. Grayscale: #7D7D7D. Windows color (decimal): -6792710 or 16406936. OLE color: 16406936.

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

Color convert

RGB 152 89 250 -
CMYK 0.39 0.64 0 0.02
HSL 263.48º 0.94% 0.66% -
HSV(B) 263.48º 0.64% 0.98% -
XYZ 33.78 20.72 92.66 -
YUV 126.19 197.87 146.41 -
System Red Green Blue C M Y K H S L
Decimal 152 89 250 0.39 0.64 0 0.02 263.48 0.94 0.66
Hex 98 59 FA 27 40 0 2 107 5E 42
Octal 230 131 372 47 100 0 2 407 136 102
Binary 10011000 1011001 11111010 100111 1000000 0 10 100000111 1011110 1000010

Color Harmonies of #9859FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9859FA

Black with #9859FA

Text Example


Text Example

White with #9859FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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