#829FBC

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

Shades of Rock Blue #829FBC

Tints of Rock Blue #829FBC

Color information

#829FBC (or 0x829FBC) is unknown color: approx Rock Blue. HEX triplet: 82, 9F and BC. RGB value is (130,159,188). Sum of RGB (Red+Green+Blue) = 130+159+188=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #829FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FBC is #7D6043. Grayscale: #999999. Windows color (decimal): -8216644 or 12361602. OLE color: 12361602.

HSL color Cylindrical-coordinate representation of color #829FBC: hue angle of 210º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829FBC is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130159188-
CMYK0.310.1500.26
HSL210º30.21%62.35%-
HSV(B)210º30.85%73.73%-
XYZ30.6833.1752.36-
YUV153.64147.39111.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 159 (62.5% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=27.25%
G=33.33%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301591880.310.1500.2621030.2162.35
Hex829FBC1FF01Ad21e3e
Octal20223727437170323223676
Binary1000001010011111101111001111111110110101101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,159,188); }

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

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

 a { background-color: rgb(130,159,188); }

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

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

 span { border-color: rgb(130,159,188); }

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