Html Css Color HEX #985BFF Light Slate Blue

📋 copy color: '#985BFF'

red 152 ◦ green 91 ◦ blue 255

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

Shades of Light Slate Blue #985BFF

Tints of Light Slate Blue #985BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.27%

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

R = 30.52%
G = 18.27%
B = 51.2%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#985BFF (or 0x985BFF) is known color: Light Slate Blue. HEX triplet: 98, 5B and FF. RGB value is (152,91,255). Sum of RGB (Red+Green+Blue) = 152+91+255=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #985BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BFF is #67A400. Grayscale: #7F7F7F. Windows color (decimal): -6792193 or 16735128. OLE color: 16735128.

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

Color convert

RGB 152 91 255 -
CMYK 0.40 0.64 0 0
HSL 262.32º 1% 0.68% -
HSV(B) 262.32º 0.64% 1% -
XYZ 34.74 21.38 96.9 -
YUV 127.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 152 91 255 0.40 0.64 0 0 262.32 1 0.68
Hex 98 5B FF 28 40 0 0 106 64 44
Octal 230 133 377 50 100 0 0 406 144 104
Binary 10011000 1011011 11111111 101000 1000000 0 0 100000110 1100100 1000100

Color Harmonies of #985BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BFF

Black with #985BFF

Text Example


Text Example

White with #985BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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