Html Css Color HEX #829DBD Rock Blue

📋 copy color: '#829DBD'

red 130 ◦ green 157 ◦ blue 189

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

Shades of Rock Blue #829DBD

Tints of Rock Blue #829DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 27.31%
G = 32.98%
B = 39.71%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#829DBD (or 0x829DBD) is known color: Rock Blue. HEX triplet: 82, 9D and BD. RGB value is (130,157,189). Sum of RGB (Red+Green+Blue) = 130+157+189=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #829DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBD is #7D6242. Grayscale: #989898. Windows color (decimal): -8217155 or 12426626. OLE color: 12426626.

HSL color Cylindrical-coordinate representation of color #829DBD: hue angle of 212.54º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829DBD is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 157 189 -
CMYK 0.31 0.17 0 0.26
HSL 212.54º 0.31% 0.63% -
HSV(B) 212.54º 0.31% 0.74% -
XYZ 30.45 32.53 52.82 -
YUV 152.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 130 157 189 0.31 0.17 0 0.26 212.54 0.31 0.63
Hex 82 9D BD 1F 11 0 1A D5 1F 3F
Octal 202 235 275 37 21 0 32 325 37 77
Binary 10000010 10011101 10111101 11111 10001 0 11010 11010101 11111 111111

Color Harmonies of #829DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DBD

Black with #829DBD

Text Example


Text Example

White with #829DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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