Html Css Color HEX #8974CC True V

📋 copy color: '#8974CC'

red 137 ◦ green 116 ◦ blue 204

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

Shades of True V #8974CC

Tints of True V #8974CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 29.98%
G = 25.38%
B = 44.64%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8974CC (or 0x8974CC) is known color: True V. HEX triplet: 89, 74 and CC. RGB value is (137,116,204). Sum of RGB (Red+Green+Blue) = 137+116+204=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #8974CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8974CC is #768B33. Grayscale: #838383. Windows color (decimal): -7768884 or 13399177. OLE color: 13399177.

HSL color Cylindrical-coordinate representation of color #8974CC: hue angle of 254.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8974CC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 116 204 -
CMYK 0.33 0.43 0 0.2
HSL 254.32º 0.46% 0.63% -
HSV(B) 254.32º 0.43% 0.8% -
XYZ 27.46 22.17 59.96 -
YUV 132.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 137 116 204 0.33 0.43 0 0.2 254.32 0.46 0.63
Hex 89 74 CC 21 2B 0 14 FE 2E 3F
Octal 211 164 314 41 53 0 24 376 56 77
Binary 10001001 1110100 11001100 100001 101011 0 10100 11111110 101110 111111

Color Harmonies of #8974CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8974CC

Black with #8974CC

Text Example


Text Example

White with #8974CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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