Html Css Color HEX #8974BF True V

📋 copy color: '#8974BF'

red 137 ◦ green 116 ◦ blue 191

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

Shades of True V #8974BF

Tints of True V #8974BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 30.86%
G = 26.13%
B = 43.02%

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

#8974BF (or 0x8974BF) is known color: True V. HEX triplet: 89, 74 and BF. RGB value is (137,116,191). Sum of RGB (Red+Green+Blue) = 137+116+191=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #8974BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974BF is #768B40. Grayscale: #828282. Windows color (decimal): -7768897 or 12547209. OLE color: 12547209.

HSL color Cylindrical-coordinate representation of color #8974BF: hue angle of 256.8º degrees, saturation: 0.37, 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 #8974BF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 116 191 -
CMYK 0.28 0.39 0 0.25
HSL 256.8º 0.37% 0.6% -
HSV(B) 256.8º 0.39% 0.75% -
XYZ 25.97 21.57 52.09 -
YUV 130.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 137 116 191 0.28 0.39 0 0.25 256.8 0.37 0.6
Hex 89 74 BF 1C 27 0 19 101 25 3C
Octal 211 164 277 34 47 0 31 401 45 74
Binary 10001001 1110100 10111111 11100 100111 0 11001 100000001 100101 111100

Color Harmonies of #8974BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974BF

Black with #8974BF

Text Example


Text Example

White with #8974BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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