Html Css Color HEX #829EBD Rock Blue

📋 copy color: '#829EBD'

red 130 ◦ green 158 ◦ blue 189

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

Shades of Rock Blue #829EBD

Tints of Rock Blue #829EBD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

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

R = 27.25%
G = 33.12%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#829EBD (or 0x829EBD) is known color: Rock Blue. HEX triplet: 82, 9E and BD. RGB value is (130,158,189). Sum of RGB (Red+Green+Blue) = 130+158+189=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #829EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EBD is #7D6142. Grayscale: #999999. Windows color (decimal): -8216899 or 12426882. OLE color: 12426882.

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

Color convert

RGB 130 158 189 -
CMYK 0.31 0.16 0 0.26
HSL 211.53º 0.31% 0.63% -
HSV(B) 211.53º 0.31% 0.74% -
XYZ 30.62 32.87 52.88 -
YUV 153.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 130 158 189 0.31 0.16 0 0.26 211.53 0.31 0.63
Hex 82 9E BD 1F 10 0 1A D4 1F 3F
Octal 202 236 275 37 20 0 32 324 37 77
Binary 10000010 10011110 10111101 11111 10000 0 11010 11010100 11111 111111

Color Harmonies of #829EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EBD

Black with #829EBD

Text Example


Text Example

White with #829EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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