#8099BC

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

Shades of Rock Blue #8099BC

Tints of Rock Blue #8099BC

Color information

#8099BC (or 0x8099BC) is unknown color: approx Rock Blue. HEX triplet: 80, 99 and BC. RGB value is (128,153,188). Sum of RGB (Red+Green+Blue) = 128+153+188=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8099BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099BC is #7F6643. Grayscale: #959595. Windows color (decimal): -8349252 or 12360064. OLE color: 12360064.

HSL color Cylindrical-coordinate representation of color #8099BC: hue angle of 215º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8099BC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128153188-
CMYK0.320.1900.26
HSL215º30.93%61.96%-
HSV(B)215º31.91%73.73%-
XYZ29.373152.01-
YUV149.51149.72112.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=27.29%
G=32.62%
B=40.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281531880.320.1900.2621530.9361.96
Hex8099BC201301Ad71f3e
Octal20023127440230323273776
Binary100000001001100110111100100000100110110101101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8099BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8099BC; }

 p { color: rgb(128,153,188); }

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

<style>
 a { background-color: #8099BC; }

 a { background-color: rgb(128,153,188); }

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

<style>
 span { border-color: #8099BC; }

 span { border-color: rgb(128,153,188); }

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