Html Css Color HEX #90A4BA Rock Blue

📋 copy color: '#90A4BA'

red 144 ◦ green 164 ◦ blue 186

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

Shades of Rock Blue #90A4BA

Tints of Rock Blue #90A4BA

RGB

 RED value IS 144 (56.64% from 255) = 29.15%

 GREEN value IS 164 (64.45% from 255) = 33.2%

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

R = 29.15%
G = 33.2%
B = 37.65%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90A4BA (or 0x90A4BA) is known color: Rock Blue. HEX triplet: 90, A4 and BA. RGB value is (144,164,186). Sum of RGB (Red+Green+Blue) = 144+164+186=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #90A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4BA is #6F5B45. Grayscale: #A0A0A0. Windows color (decimal): -7297862 or 12231824. OLE color: 12231824.

HSL color Cylindrical-coordinate representation of color #90A4BA: hue angle of 211.43º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A4BA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 164 186 -
CMYK 0.23 0.12 0 0.27
HSL 211.43º 0.23% 0.65% -
HSV(B) 211.43º 0.23% 0.73% -
XYZ 33.64 36.03 51.63 -
YUV 160.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 144 164 186 0.23 0.12 0 0.27 211.43 0.23 0.65
Hex 90 A4 BA 17 C 0 1B D3 17 41
Octal 220 244 272 27 14 0 33 323 27 101
Binary 10010000 10100100 10111010 10111 1100 0 11011 11010011 10111 1000001

Color Harmonies of #90A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A4BA

Black with #90A4BA

Text Example


Text Example

White with #90A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A4BA; }

 p { color: rgb(144,164,186); }

 H1.HeaderClassName
 {
   color: #90A4BA;
 }
 .AnyTagClassName
 {
   color: #90A4BA;
 }
</style>

background-color css

<style>
 a { background-color: #90A4BA; }

 a { background-color: rgb(144,164,186); }

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

border-color css

<style>
 span { border-color: #90A4BA; }

 span { border-color: rgb(144,164,186); }

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