Html Css Color HEX #829BBC Rock Blue

📋 copy color: '#829BBC'

red 130 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #829BBC

Tints of Rock Blue #829BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 27.48%
G = 32.77%
B = 39.75%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#829BBC (or 0x829BBC) is known color: Rock Blue. HEX triplet: 82, 9B and BC. RGB value is (130,155,188). Sum of RGB (Red+Green+Blue) = 130+155+188=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #829BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BBC is #7D6443. Grayscale: #979797. Windows color (decimal): -8217668 or 12360578. OLE color: 12360578.

HSL color Cylindrical-coordinate representation of color #829BBC: hue angle of 214.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829BBC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 155 188 -
CMYK 0.31 0.18 0 0.26
HSL 214.14º 0.3% 0.62% -
HSV(B) 214.14º 0.31% 0.74% -
XYZ 30 31.82 52.14 -
YUV 151.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 130 155 188 0.31 0.18 0 0.26 214.14 0.3 0.62
Hex 82 9B BC 1F 12 0 1A D6 1E 3E
Octal 202 233 274 37 22 0 32 326 36 76
Binary 10000010 10011011 10111100 11111 10010 0 11010 11010110 11110 111110

Color Harmonies of #829BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BBC

Black with #829BBC

Text Example


Text Example

White with #829BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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