Html Css Color HEX #8974EE Light Slate Blue

📋 copy color: '#8974EE'

red 137 ◦ green 116 ◦ blue 238

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

Shades of Light Slate Blue #8974EE

Tints of Light Slate Blue #8974EE

RGB

 RED value IS 137 (53.91% from 255) = 27.9%

 GREEN value IS 116 (45.7% from 255) = 23.63%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 27.9%
G = 23.63%
B = 48.47%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8974EE (or 0x8974EE) is known color: Light Slate Blue. HEX triplet: 89, 74 and EE. RGB value is (137,116,238). Sum of RGB (Red+Green+Blue) = 137+116+238=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #8974EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8974EE is #768B11. Grayscale: #878787. Windows color (decimal): -7768850 or 15627401. OLE color: 15627401.

HSL color Cylindrical-coordinate representation of color #8974EE: hue angle of 250.33º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8974EE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 116 238 -
CMYK 0.42 0.51 0 0.07
HSL 250.33º 0.78% 0.69% -
HSV(B) 250.33º 0.51% 0.93% -
XYZ 31.99 23.98 83.83 -
YUV 136.19 185.46 128.58 -
System Red Green Blue C M Y K H S L
Decimal 137 116 238 0.42 0.51 0 0.07 250.33 0.78 0.69
Hex 89 74 EE 2A 33 0 7 FA 4E 45
Octal 211 164 356 52 63 0 7 372 116 105
Binary 10001001 1110100 11101110 101010 110011 0 111 11111010 1001110 1000101

Color Harmonies of #8974EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974EE

Black with #8974EE

Text Example


Text Example

White with #8974EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8974EE; }

 p { color: rgb(137,116,238); }

 H1.HeaderClassName
 {
   color: #8974EE;
 }
 .AnyTagClassName
 {
   color: #8974EE;
 }
</style>

background-color css

<style>
 a { background-color: #8974EE; }

 a { background-color: rgb(137,116,238); }

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

border-color css

<style>
 span { border-color: #8974EE; }

 span { border-color: rgb(137,116,238); }

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