#829DBC

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

Shades of Rock Blue #829DBC

Tints of Rock Blue #829DBC

Color information

#829DBC (or 0x829DBC) is unknown color: approx Rock Blue. HEX triplet: 82, 9D and BC. RGB value is (130,157,188). Sum of RGB (Red+Green+Blue) = 130+157+188=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #829DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBC is #7D6243. Grayscale: #989898. Windows color (decimal): -8217156 or 12361090. OLE color: 12361090.

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

Color convert

RGB130157188-
CMYK0.310.1600.26
HSL212.07º30.21%62.35%-
HSV(B)212.07º30.85%73.73%-
XYZ30.3432.4952.25-
YUV152.46148.05111.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=27.37%
G=33.05%
B=39.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301571880.310.1600.26212.0730.2162.35
Hex829DBC1F1001Ad41e3e
Octal20223527437200323243676
Binary10000010100111011011110011111100000110101101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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