Html Css Color HEX #8069BC True V

📋 copy color: '#8069BC'

red 128 ◦ green 105 ◦ blue 188

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

Shades of True V #8069BC

Tints of True V #8069BC

RGB

 RED value IS 128 (50.39% from 255) = 30.4%

 GREEN value IS 105 (41.41% from 255) = 24.94%

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 30.4%
G = 24.94%
B = 44.66%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8069BC (or 0x8069BC) is known color: True V. HEX triplet: 80, 69 and BC. RGB value is (128,105,188). Sum of RGB (Red+Green+Blue) = 128+105+188=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8069BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069BC is #7F9643. Grayscale: #797979. Windows color (decimal): -8361540 or 12347776. OLE color: 12347776.

HSL color Cylindrical-coordinate representation of color #8069BC: hue angle of 256.63º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8069BC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 105 188 -
CMYK 0.32 0.44 0 0.26
HSL 256.63º 0.38% 0.57% -
HSV(B) 256.63º 0.44% 0.74% -
XYZ 23.03 18.32 49.9 -
YUV 121.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 128 105 188 0.32 0.44 0 0.26 256.63 0.38 0.57
Hex 80 69 BC 20 2C 0 1A 101 26 39
Octal 200 151 274 40 54 0 32 401 46 71
Binary 10000000 1101001 10111100 100000 101100 0 11010 100000001 100110 111001

Color Harmonies of #8069BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069BC

Black with #8069BC

Text Example


Text Example

White with #8069BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8069BC; }

 p { color: rgb(128,105,188); }

 H1.HeaderClassName
 {
   color: #8069BC;
 }
 .AnyTagClassName
 {
   color: #8069BC;
 }
</style>

background-color css

<style>
 a { background-color: #8069BC; }

 a { background-color: rgb(128,105,188); }

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

border-color css

<style>
 span { border-color: #8069BC; }

 span { border-color: rgb(128,105,188); }

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