Html Css Color HEX #829AB8 Rock Blue

📋 copy color: '#829AB8'

red 130 ◦ green 154 ◦ blue 184

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

Shades of Rock Blue #829AB8

Tints of Rock Blue #829AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 27.78%
G = 32.91%
B = 39.32%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#829AB8 (or 0x829AB8) is known color: Rock Blue. HEX triplet: 82, 9A and B8. RGB value is (130,154,184). Sum of RGB (Red+Green+Blue) = 130+154+184=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #829AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829AB8 is #7D6547. Grayscale: #969696. Windows color (decimal): -8217928 or 12098178. OLE color: 12098178.

HSL color Cylindrical-coordinate representation of color #829AB8: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829AB8 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 154 184 -
CMYK 0.29 0.16 0 0.28
HSL 213.33º 0.28% 0.62% -
HSV(B) 213.33º 0.29% 0.72% -
XYZ 29.41 31.32 49.84 -
YUV 150.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 130 154 184 0.29 0.16 0 0.28 213.33 0.28 0.62
Hex 82 9A B8 1D 10 0 1C D5 1C 3E
Octal 202 232 270 35 20 0 34 325 34 76
Binary 10000010 10011010 10111000 11101 10000 0 11100 11010101 11100 111110

Color Harmonies of #829AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AB8

Black with #829AB8

Text Example


Text Example

White with #829AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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