#829DBA

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

Shades of Rock Blue #829DBA

Tints of Rock Blue #829DBA

Color information

#829DBA (or 0x829DBA) is unknown color: approx Rock Blue. HEX triplet: 82, 9D and BA. RGB value is (130,157,186). Sum of RGB (Red+Green+Blue) = 130+157+186=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #829DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBA is #7D6245. Grayscale: #989898. Windows color (decimal): -8217158 or 12230018. OLE color: 12230018.

HSL color Cylindrical-coordinate representation of color #829DBA: hue angle of 211.07º 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 #829DBA is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130157186-
CMYK0.300.1600.27
HSL211.07º28.87%61.96%-
HSV(B)211.07º30.11%72.94%-
XYZ30.1332.451.12-
YUV152.23147.05112.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=27.48%
G=33.19%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301571860.300.1600.27211.0728.8761.96
Hex829DBA1E1001Bd31d3e
Octal20223527236200333233576
Binary10000010100111011011101011110100000110111101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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