Html Css Color HEX #8B79BA True V

📋 copy color: '#8B79BA'

red 139 ◦ green 121 ◦ blue 186

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

Shades of True V #8B79BA

Tints of True V #8B79BA

RGB

 RED value IS 139 (54.69% from 255) = 31.17%

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 31.17%
G = 27.13%
B = 41.7%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B79BA (or 0x8B79BA) is known color: True V. HEX triplet: 8B, 79 and BA. RGB value is (139,121,186). Sum of RGB (Red+Green+Blue) = 139+121+186=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79BA is #748645. Grayscale: #858585. Windows color (decimal): -7636550 or 12220811. OLE color: 12220811.

HSL color Cylindrical-coordinate representation of color #8B79BA: hue angle of 256.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B79BA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 121 186 -
CMYK 0.25 0.35 0 0.27
HSL 256.62º 0.32% 0.6% -
HSV(B) 256.62º 0.35% 0.73% -
XYZ 26.35 22.71 49.45 -
YUV 133.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 139 121 186 0.25 0.35 0 0.27 256.62 0.32 0.6
Hex 8B 79 BA 19 23 0 1B 101 20 3C
Octal 213 171 272 31 43 0 33 401 40 74
Binary 10001011 1111001 10111010 11001 100011 0 11011 100000001 100000 111100

Color Harmonies of #8B79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B79BA

Black with #8B79BA

Text Example


Text Example

White with #8B79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,121,186); }

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

background-color css

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

 a { background-color: rgb(139,121,186); }

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

border-color css

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

 span { border-color: rgb(139,121,186); }

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