#8199BA

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

Shades of Rock Blue #8199BA

Tints of Rock Blue #8199BA

Color information

#8199BA (or 0x8199BA) is unknown color: approx Rock Blue. HEX triplet: 81, 99 and BA. RGB value is (129,153,186). Sum of RGB (Red+Green+Blue) = 129+153+186=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #8199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BA is #7E6645. Grayscale: #959595. Windows color (decimal): -8283718 or 12228993. OLE color: 12228993.

HSL color Cylindrical-coordinate representation of color #8199BA: hue angle of 214.74º degrees, saturation: 0.29, 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 #8199BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129153186-
CMYK0.310.1800.27
HSL214.74º29.23%61.76%-
HSV(B)214.74º30.65%72.94%-
XYZ29.3130.9950.89-
YUV149.59148.55113.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.56%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=27.56%
G=32.69%
B=39.74%

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
Decimal1291531860.310.1800.27214.7429.2361.76
Hex8199BA1F1201Bd71d3e
Octal20123127237220333273576
Binary10000001100110011011101011111100100110111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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