Html Css Color HEX #986CFD Light Slate Blue

📋 copy color: '#986CFD'

red 152 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #986CFD

Tints of Light Slate Blue #986CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

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

R = 29.63%
G = 21.05%
B = 49.32%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986CFD (or 0x986CFD) is known color: Light Slate Blue. HEX triplet: 98, 6C and FD. RGB value is (152,108,253). Sum of RGB (Red+Green+Blue) = 152+108+253=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #986CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CFD is #679302. Grayscale: #898989. Windows color (decimal): -6787843 or 16608408. OLE color: 16608408.

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

Color convert

RGB 152 108 253 -
CMYK 0.40 0.57 0 0.01
HSL 258.21º 0.97% 0.71% -
HSV(B) 258.21º 0.57% 0.99% -
XYZ 36.04 24.49 95.76 -
YUV 137.69 193.08 138.21 -
System Red Green Blue C M Y K H S L
Decimal 152 108 253 0.40 0.57 0 0.01 258.21 0.97 0.71
Hex 98 6C FD 28 39 0 1 102 61 47
Octal 230 154 375 50 71 0 1 402 141 107
Binary 10011000 1101100 11111101 101000 111001 0 1 100000010 1100001 1000111

Color Harmonies of #986CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CFD

Black with #986CFD

Text Example


Text Example

White with #986CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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