Html Css Color HEX #84A0BA Rock Blue

📋 copy color: '#84A0BA'

red 132 ◦ green 160 ◦ blue 186

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

Shades of Rock Blue #84A0BA

Tints of Rock Blue #84A0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 27.62%
G = 33.47%
B = 38.91%

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

#84A0BA (or 0x84A0BA) is known color: Rock Blue. HEX triplet: 84, A0 and BA. RGB value is (132,160,186). Sum of RGB (Red+Green+Blue) = 132+160+186=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0BA is #7B5F45. Grayscale: #9A9A9A. Windows color (decimal): -8085318 or 12230788. OLE color: 12230788.

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

Color convert

RGB 132 160 186 -
CMYK 0.29 0.14 0 0.27
HSL 208.89º 0.28% 0.62% -
HSV(B) 208.89º 0.29% 0.73% -
XYZ 30.95 33.59 51.31 -
YUV 154.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 132 160 186 0.29 0.14 0 0.27 208.89 0.28 0.62
Hex 84 A0 BA 1D E 0 1B D1 1C 3E
Octal 204 240 272 35 16 0 33 321 34 76
Binary 10000100 10100000 10111010 11101 1110 0 11011 11010001 11100 111110

Color Harmonies of #84A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A0BA

Black with #84A0BA

Text Example


Text Example

White with #84A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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