Html Css Color HEX #84A0BB Rock Blue

📋 copy color: '#84A0BB'

red 132 ◦ green 160 ◦ blue 187

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

Shades of Rock Blue #84A0BB

Tints of Rock Blue #84A0BB

RGB

 RED value IS 132 (51.95% from 255) = 27.56%

 GREEN value IS 160 (62.89% from 255) = 33.4%

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

R = 27.56%
G = 33.4%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84A0BB (or 0x84A0BB) is known color: Rock Blue. HEX triplet: 84, A0 and BB. RGB value is (132,160,187). Sum of RGB (Red+Green+Blue) = 132+160+187=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0BB is #7B5F44. Grayscale: #9A9A9A. Windows color (decimal): -8085317 or 12296324. OLE color: 12296324.

HSL color Cylindrical-coordinate representation of color #84A0BB: hue angle of 209.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A0BB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 160 187 -
CMYK 0.29 0.14 0 0.27
HSL 209.45º 0.29% 0.63% -
HSV(B) 209.45º 0.29% 0.73% -
XYZ 31.06 33.64 51.87 -
YUV 154.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 132 160 187 0.29 0.14 0 0.27 209.45 0.29 0.63
Hex 84 A0 BB 1D E 0 1B D1 1D 3F
Octal 204 240 273 35 16 0 33 321 35 77
Binary 10000100 10100000 10111011 11101 1110 0 11011 11010001 11101 111111

Color Harmonies of #84A0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A0BB

Black with #84A0BB

Text Example


Text Example

White with #84A0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A0BB; }

 p { color: rgb(132,160,187); }

 H1.HeaderClassName
 {
   color: #84A0BB;
 }
 .AnyTagClassName
 {
   color: #84A0BB;
 }
</style>

background-color css

<style>
 a { background-color: #84A0BB; }

 a { background-color: rgb(132,160,187); }

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

border-color css

<style>
 span { border-color: #84A0BB; }

 span { border-color: rgb(132,160,187); }

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