Html Css Color HEX #829AB6 Rock Blue

📋 copy color: '#829AB6'

red 130 ◦ green 154 ◦ blue 182

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

Shades of Rock Blue #829AB6

Tints of Rock Blue #829AB6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 27.9%
G = 33.05%
B = 39.06%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#829AB6 (or 0x829AB6) is known color: Rock Blue. HEX triplet: 82, 9A and B6. RGB value is (130,154,182). Sum of RGB (Red+Green+Blue) = 130+154+182=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #829AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AB6 is #7D6549. Grayscale: #959595. Windows color (decimal): -8217930 or 11967106. OLE color: 11967106.

HSL color Cylindrical-coordinate representation of color #829AB6: hue angle of 212.31º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829AB6 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 154 182 -
CMYK 0.29 0.15 0 0.29
HSL 212.31º 0.26% 0.61% -
HSV(B) 212.31º 0.29% 0.71% -
XYZ 29.21 31.23 48.75 -
YUV 150.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 130 154 182 0.29 0.15 0 0.29 212.31 0.26 0.61
Hex 82 9A B6 1D F 0 1D D4 1A 3D
Octal 202 232 266 35 17 0 35 324 32 75
Binary 10000010 10011010 10110110 11101 1111 0 11101 11010100 11010 111101

Color Harmonies of #829AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AB6

Black with #829AB6

Text Example


Text Example

White with #829AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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