Html Css Color HEX #829CBA Rock Blue

📋 copy color: '#829CBA'

red 130 ◦ green 156 ◦ blue 186

#829CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #829CBA

Tints of Rock Blue #829CBA

RGB

 RED value IS 130 (51.17% from 255) = 27.54%

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 27.54%
G = 33.05%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#829CBA (or 0x829CBA) is known color: Rock Blue. HEX triplet: 82, 9C and BA. RGB value is (130,156,186). Sum of RGB (Red+Green+Blue) = 130+156+186=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #829CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CBA is #7D6345. Grayscale: #979797. Windows color (decimal): -8217414 or 12229762. OLE color: 12229762.

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

Color convert

RGB 130 156 186 -
CMYK 0.30 0.16 0 0.27
HSL 212.14º 0.29% 0.62% -
HSV(B) 212.14º 0.3% 0.73% -
XYZ 29.96 32.07 51.07 -
YUV 151.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 130 156 186 0.30 0.16 0 0.27 212.14 0.29 0.62
Hex 82 9C BA 1E 10 0 1B D4 1D 3E
Octal 202 234 272 36 20 0 33 324 35 76
Binary 10000010 10011100 10111010 11110 10000 0 11011 11010100 11101 111110

Color Harmonies of #829CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CBA

Black with #829CBA

Text Example


Text Example

White with #829CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829CBA;
 }
 .AnyTagClassName
 {
   color: #829CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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