#829CBC

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

Shades of Rock Blue #829CBC

Tints of Rock Blue #829CBC

Color information

#829CBC (or 0x829CBC) is unknown color: approx Rock Blue. HEX triplet: 82, 9C and BC. RGB value is (130,156,188). Sum of RGB (Red+Green+Blue) = 130+156+188=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #829CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CBC is #7D6343. Grayscale: #979797. Windows color (decimal): -8217412 or 12360834. OLE color: 12360834.

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

Color convert

RGB130156188-
CMYK0.310.1700.26
HSL213.1º30.21%62.35%-
HSV(B)213.1º30.85%73.73%-
XYZ30.1732.1552.19-
YUV151.87148.39112.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=27.43%
G=32.91%
B=39.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301561880.310.1700.26213.130.2162.35
Hex829CBC1F1101Ad51e3e
Octal20223427437210323253676
Binary10000010100111001011110011111100010110101101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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