Html Css Color HEX #985CFC Light Slate Blue

📋 copy color: '#985CFC'

red 152 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #985CFC

Tints of Light Slate Blue #985CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

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

R = 30.65%
G = 18.55%
B = 50.81%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#985CFC (or 0x985CFC) is known color: Light Slate Blue. HEX triplet: 98, 5C and FC. RGB value is (152,92,252). Sum of RGB (Red+Green+Blue) = 152+92+252=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #985CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CFC is #67A303. Grayscale: #7F7F7F. Windows color (decimal): -6791940 or 16538776. OLE color: 16538776.

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

Color convert

RGB 152 92 252 -
CMYK 0.40 0.63 0 0.01
HSL 262.5º 0.96% 0.67% -
HSV(B) 262.5º 0.63% 0.99% -
XYZ 34.35 21.36 94.41 -
YUV 128.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 152 92 252 0.40 0.63 0 0.01 262.5 0.96 0.67
Hex 98 5C FC 28 3F 0 1 106 60 43
Octal 230 134 374 50 77 0 1 406 140 103
Binary 10011000 1011100 11111100 101000 111111 0 1 100000110 1100000 1000011

Color Harmonies of #985CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CFC

Black with #985CFC

Text Example


Text Example

White with #985CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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