Html Css Color HEX #8096CE Portage

📋 copy color: '#8096CE'

red 128 ◦ green 150 ◦ blue 206

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

Shades of Portage #8096CE

Tints of Portage #8096CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.99%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 26.45%
G = 30.99%
B = 42.56%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8096CE (or 0x8096CE) is known color: Portage. HEX triplet: 80, 96 and CE. RGB value is (128,150,206). Sum of RGB (Red+Green+Blue) = 128+150+206=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8096CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096CE is #7F6931. Grayscale: #959595. Windows color (decimal): -8350002 or 13538944. OLE color: 13538944.

HSL color Cylindrical-coordinate representation of color #8096CE: hue angle of 223.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8096CE is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 150 206 -
CMYK 0.38 0.27 0 0.19
HSL 223.08º 0.44% 0.65% -
HSV(B) 223.08º 0.38% 0.81% -
XYZ 30.95 30.86 62.72 -
YUV 149.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 128 150 206 0.38 0.27 0 0.19 223.08 0.44 0.65
Hex 80 96 CE 26 1B 0 13 DF 2C 41
Octal 200 226 316 46 33 0 23 337 54 101
Binary 10000000 10010110 11001110 100110 11011 0 10011 11011111 101100 1000001

Color Harmonies of #8096CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096CE

Black with #8096CE

Text Example


Text Example

White with #8096CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8096CE; }

 p { color: rgb(128,150,206); }

 H1.HeaderClassName
 {
   color: #8096CE;
 }
 .AnyTagClassName
 {
   color: #8096CE;
 }
</style>

background-color css

<style>
 a { background-color: #8096CE; }

 a { background-color: rgb(128,150,206); }

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

border-color css

<style>
 span { border-color: #8096CE; }

 span { border-color: rgb(128,150,206); }

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