#829DBB

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

Shades of Rock Blue #829DBB

Tints of Rock Blue #829DBB

Color information

#829DBB (or 0x829DBB) is unknown color: approx Rock Blue. HEX triplet: 82, 9D and BB. RGB value is (130,157,187). Sum of RGB (Red+Green+Blue) = 130+157+187=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #829DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBB is #7D6244. Grayscale: #989898. Windows color (decimal): -8217157 or 12295554. OLE color: 12295554.

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

Color convert

RGB130157187-
CMYK0.300.1600.27
HSL211.58º29.53%62.16%-
HSV(B)211.58º30.48%73.33%-
XYZ30.2332.4551.68-
YUV152.35147.55112.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 157 (61.72% from 255) = 33.12%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=27.43%
G=33.12%
B=39.45%

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
Decimal1301571870.300.1600.27211.5829.5362.16
Hex829DBB1E1001Bd41e3e
Octal20223527336200333243676
Binary10000010100111011011101111110100000110111101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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