Html Css Color HEX #8092DB Portage

📋 copy color: '#8092DB'

red 128 ◦ green 146 ◦ blue 219

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

Shades of Portage #8092DB

Tints of Portage #8092DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.61%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 25.96%
G = 29.61%
B = 44.42%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8092DB (or 0x8092DB) is known color: Portage. HEX triplet: 80, 92 and DB. RGB value is (128,146,219). Sum of RGB (Red+Green+Blue) = 128+146+219=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8092DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092DB is #7F6D24. Grayscale: #949494. Windows color (decimal): -8351013 or 14389888. OLE color: 14389888.

HSL color Cylindrical-coordinate representation of color #8092DB: hue angle of 228.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8092DB is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 146 219 -
CMYK 0.42 0.33 0 0.14
HSL 228.13º 0.56% 0.68% -
HSV(B) 228.13º 0.42% 0.86% -
XYZ 31.97 30.26 71.17 -
YUV 148.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 128 146 219 0.42 0.33 0 0.14 228.13 0.56 0.68
Hex 80 92 DB 2A 21 0 E E4 38 44
Octal 200 222 333 52 41 0 16 344 70 104
Binary 10000000 10010010 11011011 101010 100001 0 1110 11100100 111000 1000100

Color Harmonies of #8092DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8092DB

Black with #8092DB

Text Example


Text Example

White with #8092DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8092DB; }

 p { color: rgb(128,146,219); }

 H1.HeaderClassName
 {
   color: #8092DB;
 }
 .AnyTagClassName
 {
   color: #8092DB;
 }
</style>

background-color css

<style>
 a { background-color: #8092DB; }

 a { background-color: rgb(128,146,219); }

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

border-color css

<style>
 span { border-color: #8092DB; }

 span { border-color: rgb(128,146,219); }

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