Html Css Color HEX #829BBF Rock Blue

📋 copy color: '#829BBF'

red 130 ◦ green 155 ◦ blue 191

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

Shades of Rock Blue #829BBF

Tints of Rock Blue #829BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 27.31%
G = 32.56%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#829BBF (or 0x829BBF) is known color: Rock Blue. HEX triplet: 82, 9B and BF. RGB value is (130,155,191). Sum of RGB (Red+Green+Blue) = 130+155+191=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #829BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBF is #7D6440. Grayscale: #979797. Windows color (decimal): -8217665 or 12557186. OLE color: 12557186.

HSL color Cylindrical-coordinate representation of color #829BBF: hue angle of 215.41º 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 #829BBF is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 155 191 -
CMYK 0.32 0.19 0 0.25
HSL 215.41º 0.32% 0.63% -
HSV(B) 215.41º 0.32% 0.75% -
XYZ 30.33 31.95 53.86 -
YUV 151.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 130 155 191 0.32 0.19 0 0.25 215.41 0.32 0.63
Hex 82 9B BF 20 13 0 19 D7 20 3F
Octal 202 233 277 40 23 0 31 327 40 77
Binary 10000010 10011011 10111111 100000 10011 0 11001 11010111 100000 111111

Color Harmonies of #829BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BBF

Black with #829BBF

Text Example


Text Example

White with #829BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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