#8097CF

Color #8097CF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8097CF

Tints of Portage #8097CF

Color information

#8097CF (or 0x8097CF) is unknown color: approx Portage. HEX triplet: 80, 97 and CF. RGB value is (128,151,207). Sum of RGB (Red+Green+Blue) = 128+151+207=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #8097CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8097CF is #7F6830. Grayscale: #969696. Windows color (decimal): -8349745 or 13604736. OLE color: 13604736.

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

Color convert

RGB128151207-
CMYK0.380.2700.19
HSL222.53º45.14%65.69%-
HSV(B)222.53º38.16%81.18%-
XYZ31.2331.2363.41-
YUV150.51159.88111.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 151 (59.38% from 255) = 31.07%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=26.34%
G=31.07%
B=42.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281512070.380.2700.19222.5345.1465.69
Hex8097CF261B013df2d42
Octal200227317463302333755102
Binary10000000100101111100111110011011011010011110111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8097CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8097CF; }

 p { color: rgb(128,151,207); }

 H1.HeaderClassName
 {
   color: #8097CF;
 }
 .AnyTagClassName
 {
   color: #8097CF;
 }
</style>
background-color css

<style>
 a { background-color: #8097CF; }

 a { background-color: rgb(128,151,207); }

 div.DivClassName
 {
   background-color: #8097CF;
 }
 .BgClassName
 {
   background-color: #8097CF;
 }
</style>
border-color css

<style>
 span { border-color: #8097CF; }

 span { border-color: rgb(128,151,207); }

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