Html Css Color HEX #985CFD Light Slate Blue

📋 copy color: '#985CFD'

red 152 ◦ green 92 ◦ blue 253

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

Shades of Light Slate Blue #985CFD

Tints of Light Slate Blue #985CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 30.58%
G = 18.51%
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

#985CFD (or 0x985CFD) is known color: Light Slate Blue. HEX triplet: 98, 5C and FD. RGB value is (152,92,253). Sum of RGB (Red+Green+Blue) = 152+92+253=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #985CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985CFD is #67A302. Grayscale: #7F7F7F. Windows color (decimal): -6791939 or 16604312. OLE color: 16604312.

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

Color convert

RGB 152 92 253 -
CMYK 0.40 0.64 0 0.01
HSL 262.36º 0.98% 0.68% -
HSV(B) 262.36º 0.64% 0.99% -
XYZ 34.51 21.42 95.24 -
YUV 128.29 198.38 144.91 -
System Red Green Blue C M Y K H S L
Decimal 152 92 253 0.40 0.64 0 0.01 262.36 0.98 0.68
Hex 98 5C FD 28 40 0 1 106 62 44
Octal 230 134 375 50 100 0 1 406 142 104
Binary 10011000 1011100 11111101 101000 1000000 0 1 100000110 1100010 1000100

Color Harmonies of #985CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CFD

Black with #985CFD

Text Example


Text Example

White with #985CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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