#8199BE

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

Shades of Rock Blue #8199BE

Tints of Rock Blue #8199BE

Color information

#8199BE (or 0x8199BE) is unknown color: approx Rock Blue. HEX triplet: 81, 99 and BE. RGB value is (129,153,190). Sum of RGB (Red+Green+Blue) = 129+153+190=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #8199BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BE is #7E6641. Grayscale: #959595. Windows color (decimal): -8283714 or 12491137. OLE color: 12491137.

HSL color Cylindrical-coordinate representation of color #8199BE: hue angle of 216.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8199BE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129153190-
CMYK0.320.1900.25
HSL216.39º31.94%62.55%-
HSV(B)216.39º32.11%74.51%-
XYZ29.7431.1753.16-
YUV150.04150.55112.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=27.33%
G=32.42%
B=40.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291531900.320.1900.25216.3931.9462.55
Hex8199BE2013019d8203f
Octal20123127640230313304077
Binary1000000110011001101111101000001001101100111011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8199BE; }

 p { color: rgb(129,153,190); }

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

<style>
 a { background-color: #8199BE; }

 a { background-color: rgb(129,153,190); }

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

<style>
 span { border-color: #8199BE; }

 span { border-color: rgb(129,153,190); }

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