Html Css Color HEX #8069BE True V

📋 copy color: '#8069BE'

red 128 ◦ green 105 ◦ blue 190

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

Shades of True V #8069BE

Tints of True V #8069BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 30.26%
G = 24.82%
B = 44.92%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8069BE (or 0x8069BE) is known color: True V. HEX triplet: 80, 69 and BE. RGB value is (128,105,190). Sum of RGB (Red+Green+Blue) = 128+105+190=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8069BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069BE is #7F9641. Grayscale: #797979. Windows color (decimal): -8361538 or 12478848. OLE color: 12478848.

HSL color Cylindrical-coordinate representation of color #8069BE: hue angle of 256.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8069BE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 105 190 -
CMYK 0.33 0.45 0 0.25
HSL 256.24º 0.4% 0.58% -
HSV(B) 256.24º 0.45% 0.75% -
XYZ 23.25 18.41 51.04 -
YUV 121.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 128 105 190 0.33 0.45 0 0.25 256.24 0.4 0.58
Hex 80 69 BE 21 2D 0 19 100 28 3A
Octal 200 151 276 41 55 0 31 400 50 72
Binary 10000000 1101001 10111110 100001 101101 0 11001 100000000 101000 111010

Color Harmonies of #8069BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069BE

Black with #8069BE

Text Example


Text Example

White with #8069BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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