#8299B5

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

Shades of Rock Blue #8299B5

Tints of Rock Blue #8299B5

Color information

#8299B5 (or 0x8299B5) is unknown color: approx Rock Blue. HEX triplet: 82, 99 and B5. RGB value is (130,153,181). Sum of RGB (Red+Green+Blue) = 130+153+181=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #8299B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299B5 is #7D664A. Grayscale: #959595. Windows color (decimal): -8218187 or 11901314. OLE color: 11901314.

HSL color Cylindrical-coordinate representation of color #8299B5: hue angle of 212.94º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8299B5 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB130153181-
CMYK0.280.1500.29
HSL212.94º25.63%60.98%-
HSV(B)212.94º28.18%70.98%-
XYZ28.9430.8648.15-
YUV149.32145.88114.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.02%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 181 (71.09% from 255) = 39.01%
R=28.02%
G=32.97%
B=39.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1301531810.280.1500.29212.9425.6360.98
Hex8299B51CF01Dd51a3d
Octal20223126534170353253275
Binary1000001010011001101101011110011110111011101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8299B5; }

 p { color: rgb(130,153,181); }

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

<style>
 a { background-color: #8299B5; }

 a { background-color: rgb(130,153,181); }

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

<style>
 span { border-color: #8299B5; }

 span { border-color: rgb(130,153,181); }

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