Html Css Color HEX #829BBB Rock Blue

📋 copy color: '#829BBB'

red 130 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #829BBB

Tints of Rock Blue #829BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 27.54%
G = 32.84%
B = 39.62%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#829BBB (or 0x829BBB) is known color: Rock Blue. HEX triplet: 82, 9B and BB. RGB value is (130,155,187). Sum of RGB (Red+Green+Blue) = 130+155+187=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #829BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBB is #7D6444. Grayscale: #979797. Windows color (decimal): -8217669 or 12295042. OLE color: 12295042.

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

Color convert

RGB 130 155 187 -
CMYK 0.30 0.17 0 0.27
HSL 213.68º 0.3% 0.62% -
HSV(B) 213.68º 0.3% 0.73% -
XYZ 29.9 31.78 51.57 -
YUV 151.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 130 155 187 0.30 0.17 0 0.27 213.68 0.3 0.62
Hex 82 9B BB 1E 11 0 1B D6 1E 3E
Octal 202 233 273 36 21 0 33 326 36 76
Binary 10000010 10011011 10111011 11110 10001 0 11011 11010110 11110 111110

Color Harmonies of #829BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BBB

Black with #829BBB

Text Example


Text Example

White with #829BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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