Html Css Color HEX #8095DC Portage

📋 copy color: '#8095DC'

red 128 ◦ green 149 ◦ blue 220

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

Shades of Portage #8095DC

Tints of Portage #8095DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 25.75%
G = 29.98%
B = 44.27%

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

#8095DC (or 0x8095DC) is known color: Portage. HEX triplet: 80, 95 and DC. RGB value is (128,149,220). Sum of RGB (Red+Green+Blue) = 128+149+220=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #8095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095DC is #7F6A23. Grayscale: #969696. Windows color (decimal): -8350244 or 14456192. OLE color: 14456192.

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

Color convert

RGB 128 149 220 -
CMYK 0.42 0.32 0 0.14
HSL 226.3º 0.57% 0.68% -
HSV(B) 226.3º 0.42% 0.86% -
XYZ 32.57 31.25 72.03 -
YUV 150.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 128 149 220 0.42 0.32 0 0.14 226.3 0.57 0.68
Hex 80 95 DC 2A 20 0 E E2 39 44
Octal 200 225 334 52 40 0 16 342 71 104
Binary 10000000 10010101 11011100 101010 100000 0 1110 11100010 111001 1000100

Color Harmonies of #8095DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095DC

Black with #8095DC

Text Example


Text Example

White with #8095DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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