Html Css Color HEX #8974BE True V

📋 copy color: '#8974BE'

red 137 ◦ green 116 ◦ blue 190

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

Shades of True V #8974BE

Tints of True V #8974BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 30.93%
G = 26.19%
B = 42.89%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8974BE (or 0x8974BE) is known color: True V. HEX triplet: 89, 74 and BE. RGB value is (137,116,190). Sum of RGB (Red+Green+Blue) = 137+116+190=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8974BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974BE is #768B41. Grayscale: #828282. Windows color (decimal): -7768898 or 12481673. OLE color: 12481673.

HSL color Cylindrical-coordinate representation of color #8974BE: hue angle of 257.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8974BE is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 116 190 -
CMYK 0.28 0.39 0 0.25
HSL 257.03º 0.36% 0.6% -
HSV(B) 257.03º 0.39% 0.75% -
XYZ 25.86 21.53 51.51 -
YUV 130.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 137 116 190 0.28 0.39 0 0.25 257.03 0.36 0.6
Hex 89 74 BE 1C 27 0 19 101 24 3C
Octal 211 164 276 34 47 0 31 401 44 74
Binary 10001001 1110100 10111110 11100 100111 0 11001 100000001 100100 111100

Color Harmonies of #8974BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974BE

Black with #8974BE

Text Example


Text Example

White with #8974BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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