Html Css Color HEX #985BFC Light Slate Blue

📋 copy color: '#985BFC'

red 152 ◦ green 91 ◦ blue 252

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

Shades of Light Slate Blue #985BFC

Tints of Light Slate Blue #985BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 30.71%
G = 18.38%
B = 50.91%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#985BFC (or 0x985BFC) is known color: Light Slate Blue. HEX triplet: 98, 5B and FC. RGB value is (152,91,252). Sum of RGB (Red+Green+Blue) = 152+91+252=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #985BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BFC is #67A403. Grayscale: #7F7F7F. Windows color (decimal): -6792196 or 16538520. OLE color: 16538520.

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

Color convert

RGB 152 91 252 -
CMYK 0.40 0.64 0 0.01
HSL 262.73º 0.96% 0.67% -
HSV(B) 262.73º 0.64% 0.99% -
XYZ 34.26 21.19 94.38 -
YUV 127.59 198.21 145.41 -
System Red Green Blue C M Y K H S L
Decimal 152 91 252 0.40 0.64 0 0.01 262.73 0.96 0.67
Hex 98 5B FC 28 40 0 1 107 60 43
Octal 230 133 374 50 100 0 1 407 140 103
Binary 10011000 1011011 11111100 101000 1000000 0 1 100000111 1100000 1000011

Color Harmonies of #985BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BFC

Black with #985BFC

Text Example


Text Example

White with #985BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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