Html Css Color HEX #829BBE Rock Blue

📋 copy color: '#829BBE'

red 130 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #829BBE

Tints of Rock Blue #829BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 27.37%
G = 32.63%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#829BBE (or 0x829BBE) is known color: Rock Blue. HEX triplet: 82, 9B and BE. RGB value is (130,155,190). Sum of RGB (Red+Green+Blue) = 130+155+190=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #829BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBE is #7D6441. Grayscale: #979797. Windows color (decimal): -8217666 or 12491650. OLE color: 12491650.

HSL color Cylindrical-coordinate representation of color #829BBE: hue angle of 215º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829BBE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 155 190 -
CMYK 0.32 0.18 0 0.25
HSL 215º 0.32% 0.63% -
HSV(B) 215º 0.32% 0.75% -
XYZ 30.22 31.91 53.28 -
YUV 151.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 130 155 190 0.32 0.18 0 0.25 215 0.32 0.63
Hex 82 9B BE 20 12 0 19 D7 20 3F
Octal 202 233 276 40 22 0 31 327 40 77
Binary 10000010 10011011 10111110 100000 10010 0 11001 11010111 100000 111111

Color Harmonies of #829BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BBE

Black with #829BBE

Text Example


Text Example

White with #829BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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