Html Css Color HEX #8095DB Portage

📋 copy color: '#8095DB'

red 128 ◦ green 149 ◦ blue 219

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

Shades of Portage #8095DB

Tints of Portage #8095DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.04%

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

R = 25.81%
G = 30.04%
B = 44.15%

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

#8095DB (or 0x8095DB) is known color: Portage. HEX triplet: 80, 95 and DB. RGB value is (128,149,219). Sum of RGB (Red+Green+Blue) = 128+149+219=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8095DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095DB is #7F6A24. Grayscale: #969696. Windows color (decimal): -8350245 or 14390656. OLE color: 14390656.

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

Color convert

RGB 128 149 219 -
CMYK 0.42 0.32 0 0.14
HSL 226.15º 0.56% 0.68% -
HSV(B) 226.15º 0.42% 0.86% -
XYZ 32.44 31.2 71.33 -
YUV 150.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 128 149 219 0.42 0.32 0 0.14 226.15 0.56 0.68
Hex 80 95 DB 2A 20 0 E E2 38 44
Octal 200 225 333 52 40 0 16 342 70 104
Binary 10000000 10010101 11011011 101010 100000 0 1110 11100010 111000 1000100

Color Harmonies of #8095DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095DB

Black with #8095DB

Text Example


Text Example

White with #8095DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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