Html Css Color HEX #829ABB Rock Blue

📋 copy color: '#829ABB'

red 130 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #829ABB

Tints of Rock Blue #829ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 27.6%
G = 32.7%
B = 39.7%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#829ABB (or 0x829ABB) is known color: Rock Blue. HEX triplet: 82, 9A and BB. RGB value is (130,154,187). Sum of RGB (Red+Green+Blue) = 130+154+187=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #829ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ABB is #7D6544. Grayscale: #969696. Windows color (decimal): -8217925 or 12294786. OLE color: 12294786.

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

Color convert

RGB 130 154 187 -
CMYK 0.30 0.18 0 0.27
HSL 214.74º 0.3% 0.62% -
HSV(B) 214.74º 0.3% 0.73% -
XYZ 29.73 31.44 51.52 -
YUV 150.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 130 154 187 0.30 0.18 0 0.27 214.74 0.3 0.62
Hex 82 9A BB 1E 12 0 1B D7 1E 3E
Octal 202 232 273 36 22 0 33 327 36 76
Binary 10000010 10011010 10111011 11110 10010 0 11011 11010111 11110 111110

Color Harmonies of #829ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ABB

Black with #829ABB

Text Example


Text Example

White with #829ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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