Html Css Color HEX #986EFA Light Slate Blue

📋 copy color: '#986EFA'

red 152 ◦ green 110 ◦ blue 250

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

Shades of Light Slate Blue #986EFA

Tints of Light Slate Blue #986EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.48%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 29.69%
G = 21.48%
B = 48.83%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#986EFA (or 0x986EFA) is known color: Light Slate Blue. HEX triplet: 98, 6E and FA. RGB value is (152,110,250). Sum of RGB (Red+Green+Blue) = 152+110+250=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #986EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EFA is #679105. Grayscale: #8A8A8A. Windows color (decimal): -6787334 or 16412312. OLE color: 16412312.

HSL color Cylindrical-coordinate representation of color #986EFA: hue angle of 258º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986EFA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 110 250 -
CMYK 0.39 0.56 0 0.02
HSL 258º 0.93% 0.71% -
HSV(B) 258º 0.56% 0.98% -
XYZ 35.78 24.73 93.33 -
YUV 138.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 152 110 250 0.39 0.56 0 0.02 258 0.93 0.71
Hex 98 6E FA 27 38 0 2 102 5D 47
Octal 230 156 372 47 70 0 2 402 135 107
Binary 10011000 1101110 11111010 100111 111000 0 10 100000010 1011101 1000111

Color Harmonies of #986EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EFA

Black with #986EFA

Text Example


Text Example

White with #986EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,250); }

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

background-color css

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

 a { background-color: rgb(152,110,250); }

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

border-color css

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

 span { border-color: rgb(152,110,250); }

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