Html Css Color HEX #8A79BD True V

📋 copy color: '#8A79BD'

red 138 ◦ green 121 ◦ blue 189

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

Shades of True V #8A79BD

Tints of True V #8A79BD

RGB

 RED value IS 138 (54.3% from 255) = 30.8%

 GREEN value IS 121 (47.66% from 255) = 27.01%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 30.8%
G = 27.01%
B = 42.19%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A79BD (or 0x8A79BD) is known color: True V. HEX triplet: 8A, 79 and BD. RGB value is (138,121,189). Sum of RGB (Red+Green+Blue) = 138+121+189=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A79BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A79BD is #758642. Grayscale: #858585. Windows color (decimal): -7702083 or 12417418. OLE color: 12417418.

HSL color Cylindrical-coordinate representation of color #8A79BD: hue angle of 255º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A79BD is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 121 189 -
CMYK 0.27 0.36 0 0.26
HSL 255º 0.34% 0.61% -
HSV(B) 255º 0.36% 0.74% -
XYZ 26.5 22.75 51.14 -
YUV 133.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 138 121 189 0.27 0.36 0 0.26 255 0.34 0.61
Hex 8A 79 BD 1B 24 0 1A FF 22 3D
Octal 212 171 275 33 44 0 32 377 42 75
Binary 10001010 1111001 10111101 11011 100100 0 11010 11111111 100010 111101

Color Harmonies of #8A79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A79BD

Black with #8A79BD

Text Example


Text Example

White with #8A79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A79BD; }

 p { color: rgb(138,121,189); }

 H1.HeaderClassName
 {
   color: #8A79BD;
 }
 .AnyTagClassName
 {
   color: #8A79BD;
 }
</style>

background-color css

<style>
 a { background-color: #8A79BD; }

 a { background-color: rgb(138,121,189); }

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

border-color css

<style>
 span { border-color: #8A79BD; }

 span { border-color: rgb(138,121,189); }

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