Html Css Color HEX #986BFD Light Slate Blue

📋 copy color: '#986BFD'

red 152 ◦ green 107 ◦ blue 253

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

Shades of Light Slate Blue #986BFD

Tints of Light Slate Blue #986BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 29.69%
G = 20.9%
B = 49.41%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#986BFD (or 0x986BFD) is known color: Light Slate Blue. HEX triplet: 98, 6B and FD. RGB value is (152,107,253). Sum of RGB (Red+Green+Blue) = 152+107+253=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #986BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BFD is #679402. Grayscale: #888888. Windows color (decimal): -6788099 or 16608152. OLE color: 16608152.

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

Color convert

RGB 152 107 253 -
CMYK 0.40 0.58 0 0.01
HSL 258.49º 0.97% 0.71% -
HSV(B) 258.49º 0.58% 0.99% -
XYZ 35.94 24.28 95.72 -
YUV 137.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 152 107 253 0.40 0.58 0 0.01 258.49 0.97 0.71
Hex 98 6B FD 28 3A 0 1 102 61 47
Octal 230 153 375 50 72 0 1 402 141 107
Binary 10011000 1101011 11111101 101000 111010 0 1 100000010 1100001 1000111

Color Harmonies of #986BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BFD

Black with #986BFD

Text Example


Text Example

White with #986BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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