Html Css Color HEX #985FFB Light Slate Blue

📋 copy color: '#985FFB'

red 152 ◦ green 95 ◦ blue 251

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

Shades of Light Slate Blue #985FFB

Tints of Light Slate Blue #985FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.08%

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

R = 30.52%
G = 19.08%
B = 50.4%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#985FFB (or 0x985FFB) is known color: Light Slate Blue. HEX triplet: 98, 5F and FB. RGB value is (152,95,251). Sum of RGB (Red+Green+Blue) = 152+95+251=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #985FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985FFB is #67A004. Grayscale: #818181. Windows color (decimal): -6791173 or 16474008. OLE color: 16474008.

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

Color convert

RGB 152 95 251 -
CMYK 0.39 0.62 0 0.02
HSL 261.92º 0.95% 0.68% -
HSV(B) 261.92º 0.62% 0.98% -
XYZ 34.45 21.82 93.66 -
YUV 129.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 152 95 251 0.39 0.62 0 0.02 261.92 0.95 0.68
Hex 98 5F FB 27 3E 0 2 106 5F 44
Octal 230 137 373 47 76 0 2 406 137 104
Binary 10011000 1011111 11111011 100111 111110 0 10 100000110 1011111 1000100

Color Harmonies of #985FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FFB

Black with #985FFB

Text Example


Text Example

White with #985FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985FFB; }

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

 H1.HeaderClassName
 {
   color: #985FFB;
 }
 .AnyTagClassName
 {
   color: #985FFB;
 }
</style>

background-color css

<style>
 a { background-color: #985FFB; }

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

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

border-color css

<style>
 span { border-color: #985FFB; }

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

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