#8098BA

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

Shades of Rock Blue #8098BA

Tints of Rock Blue #8098BA

Color information

#8098BA (or 0x8098BA) is unknown color: approx Rock Blue. HEX triplet: 80, 98 and BA. RGB value is (128,152,186). Sum of RGB (Red+Green+Blue) = 128+152+186=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8098BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098BA is #7F6745. Grayscale: #949494. Windows color (decimal): -8349510 or 12228736. OLE color: 12228736.

HSL color Cylindrical-coordinate representation of color #8098BA: hue angle of 215.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8098BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128152186-
CMYK0.310.1800.27
HSL215.17º29.59%61.57%-
HSV(B)215.17º31.18%72.94%-
XYZ28.9930.5950.83-
YUV148.7149.05113.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 152 (59.77% from 255) = 32.62%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=27.47%
G=32.62%
B=39.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281521860.310.1800.27215.1729.5961.57
Hex8098BA1F1201Bd71e3e
Octal20023027237220333273676
Binary10000000100110001011101011111100100110111101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8098BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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