#8199BD

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

Shades of Rock Blue #8199BD

Tints of Rock Blue #8199BD

Color information

#8199BD (or 0x8199BD) is unknown color: approx Rock Blue. HEX triplet: 81, 99 and BD. RGB value is (129,153,189). Sum of RGB (Red+Green+Blue) = 129+153+189=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #8199BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BD is #7E6642. Grayscale: #959595. Windows color (decimal): -8283715 or 12425601. OLE color: 12425601.

HSL color Cylindrical-coordinate representation of color #8199BD: hue angle of 216º 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 #8199BD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB129153189-
CMYK0.320.1900.26
HSL216º31.25%62.35%-
HSV(B)216º31.75%74.12%-
XYZ29.6331.1252.59-
YUV149.93150.05113.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.39%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=27.39%
G=32.48%
B=40.13%

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
Decimal1291531890.320.1900.2621631.2562.35
Hex8199BD201301Ad81f3e
Octal20123127540230323303776
Binary100000011001100110111101100000100110110101101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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