#829ABA

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

Shades of Rock Blue #829ABA

Tints of Rock Blue #829ABA

Color information

#829ABA (or 0x829ABA) is unknown color: approx Rock Blue. HEX triplet: 82, 9A and BA. RGB value is (130,154,186). Sum of RGB (Red+Green+Blue) = 130+154+186=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #829ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ABA is #7D6545. Grayscale: #969696. Windows color (decimal): -8217926 or 12229250. OLE color: 12229250.

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

Color convert

RGB130154186-
CMYK0.300.1700.27
HSL214.29º28.87%61.96%-
HSV(B)214.29º30.11%72.94%-
XYZ29.6231.450.95-
YUV150.47148.05113.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=27.66%
G=32.77%
B=39.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301541860.300.1700.27214.2928.8761.96
Hex829ABA1E1101Bd61d3e
Octal20223227236210333263576
Binary10000010100110101011101011110100010110111101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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