#8098CF

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

Shades of Portage #8098CF

Tints of Portage #8098CF

Color information

#8098CF (or 0x8098CF) is unknown color: approx Portage. HEX triplet: 80, 98 and CF. RGB value is (128,152,207). Sum of RGB (Red+Green+Blue) = 128+152+207=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #8098CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098CF is #7F6730. Grayscale: #969696. Windows color (decimal): -8349489 or 13604992. OLE color: 13604992.

HSL color Cylindrical-coordinate representation of color #8098CF: hue angle of 221.77º 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 #8098CF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128152207-
CMYK0.380.2700.19
HSL221.77º45.14%65.69%-
HSV(B)221.77º38.16%81.18%-
XYZ31.3931.5563.47-
YUV151.09159.55111.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 207 (81.25% from 255) = 42.51%
R=26.28%
G=31.21%
B=42.51%

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
Decimal1281522070.380.2700.19221.7745.1465.69
Hex8098CF261B013de2d42
Octal200230317463302333655102
Binary10000000100110001100111110011011011010011110111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8098CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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