#8199B8

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

Shades of Rock Blue #8199B8

Tints of Rock Blue #8199B8

Color information

#8199B8 (or 0x8199B8) is unknown color: approx Rock Blue. HEX triplet: 81, 99 and B8. RGB value is (129,153,184). Sum of RGB (Red+Green+Blue) = 129+153+184=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #8199B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199B8 is #7E6647. Grayscale: #959595. Windows color (decimal): -8283720 or 12097921. OLE color: 12097921.

HSL color Cylindrical-coordinate representation of color #8199B8: hue angle of 213.82º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8199B8 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB129153184-
CMYK0.300.1700.28
HSL213.82º27.92%61.37%-
HSV(B)213.82º29.89%72.16%-
XYZ29.130.9149.78-
YUV149.36147.55113.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=27.68%
G=32.83%
B=39.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1291531840.300.1700.28213.8227.9261.37
Hex8199B81E1101Cd61c3d
Octal20123127036210343263475
Binary10000001100110011011100011110100010111001101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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