Html Css Color HEX #829CB9 Rock Blue

📋 copy color: '#829CB9'

red 130 ◦ green 156 ◦ blue 185

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

Shades of Rock Blue #829CB9

Tints of Rock Blue #829CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.28%

R = 27.6%
G = 33.12%
B = 39.28%

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

#829CB9 (or 0x829CB9) is known color: Rock Blue. HEX triplet: 82, 9C and B9. RGB value is (130,156,185). Sum of RGB (Red+Green+Blue) = 130+156+185=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: blue. Hex color #829CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CB9 is #7D6346. Grayscale: #979797. Windows color (decimal): -8217415 or 12164226. OLE color: 12164226.

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

Color convert

RGB 130 156 185 -
CMYK 0.30 0.16 0 0.27
HSL 211.64º 0.28% 0.62% -
HSV(B) 211.64º 0.3% 0.73% -
XYZ 29.85 32.03 50.51 -
YUV 151.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 130 156 185 0.30 0.16 0 0.27 211.64 0.28 0.62
Hex 82 9C B9 1E 10 0 1B D4 1C 3E
Octal 202 234 271 36 20 0 33 324 34 76
Binary 10000010 10011100 10111001 11110 10000 0 11011 11010100 11100 111110

Color Harmonies of #829CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CB9

Black with #829CB9

Text Example


Text Example

White with #829CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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