#829BBA

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

Shades of Rock Blue #829BBA

Tints of Rock Blue #829BBA

Color information

#829BBA (or 0x829BBA) is unknown color: approx Rock Blue. HEX triplet: 82, 9B and BA. RGB value is (130,155,186). Sum of RGB (Red+Green+Blue) = 130+155+186=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #829BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBA is #7D6445. Grayscale: #969696. Windows color (decimal): -8217670 or 12229506. OLE color: 12229506.

HSL color Cylindrical-coordinate representation of color #829BBA: hue angle of 213.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829BBA is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130155186-
CMYK0.300.1700.27
HSL213.21º28.87%61.96%-
HSV(B)213.21º30.11%72.94%-
XYZ29.7931.7351.01-
YUV151.06147.72112.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=27.60%
G=32.91%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301551860.300.1700.27213.2128.8761.96
Hex829BBA1E1101Bd51d3e
Octal20223327236210333253576
Binary10000010100110111011101011110100010110111101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829BBA; }

 p { color: rgb(130,155,186); }

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

<style>
 a { background-color: #829BBA; }

 a { background-color: rgb(130,155,186); }

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

<style>
 span { border-color: #829BBA; }

 span { border-color: rgb(130,155,186); }

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