Html Css Color HEX #8974CE True V

📋 copy color: '#8974CE'

red 137 ◦ green 116 ◦ blue 206

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

Shades of True V #8974CE

Tints of True V #8974CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 29.85%
G = 25.27%
B = 44.88%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8974CE (or 0x8974CE) is known color: True V. HEX triplet: 89, 74 and CE. RGB value is (137,116,206). Sum of RGB (Red+Green+Blue) = 137+116+206=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #8974CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974CE is #768B31. Grayscale: #848484. Windows color (decimal): -7768882 or 13530249. OLE color: 13530249.

HSL color Cylindrical-coordinate representation of color #8974CE: hue angle of 254º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8974CE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 116 206 -
CMYK 0.33 0.44 0 0.19
HSL 254º 0.48% 0.63% -
HSV(B) 254º 0.44% 0.81% -
XYZ 27.7 22.27 61.23 -
YUV 132.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 137 116 206 0.33 0.44 0 0.19 254 0.48 0.63
Hex 89 74 CE 21 2C 0 13 FE 30 3F
Octal 211 164 316 41 54 0 23 376 60 77
Binary 10001001 1110100 11001110 100001 101100 0 10011 11111110 110000 111111

Color Harmonies of #8974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974CE

Black with #8974CE

Text Example


Text Example

White with #8974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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