Html Css Color HEX #8094DB Portage

📋 copy color: '#8094DB'

red 128 ◦ green 148 ◦ blue 219

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

Shades of Portage #8094DB

Tints of Portage #8094DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.9%

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

R = 25.86%
G = 29.9%
B = 44.24%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8094DB (or 0x8094DB) is known color: Portage. HEX triplet: 80, 94 and DB. RGB value is (128,148,219). Sum of RGB (Red+Green+Blue) = 128+148+219=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8094DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094DB is #7F6B24. Grayscale: #959595. Windows color (decimal): -8350501 or 14390400. OLE color: 14390400.

HSL color Cylindrical-coordinate representation of color #8094DB: hue angle of 226.81º 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 #8094DB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 148 219 -
CMYK 0.42 0.32 0 0.14
HSL 226.81º 0.56% 0.68% -
HSV(B) 226.81º 0.42% 0.86% -
XYZ 32.28 30.88 71.28 -
YUV 150.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 128 148 219 0.42 0.32 0 0.14 226.81 0.56 0.68
Hex 80 94 DB 2A 20 0 E E3 38 44
Octal 200 224 333 52 40 0 16 343 70 104
Binary 10000000 10010100 11011011 101010 100000 0 1110 11100011 111000 1000100

Color Harmonies of #8094DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8094DB

Black with #8094DB

Text Example


Text Example

White with #8094DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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