Html Css Color HEX #90A2B7 Rock Blue

📋 copy color: '#90A2B7'

red 144 ◦ green 162 ◦ blue 183

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

Shades of Rock Blue #90A2B7

Tints of Rock Blue #90A2B7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 183 (71.88% from 255) = 37.42%

R = 29.45%
G = 33.13%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#90A2B7 (or 0x90A2B7) is known color: Rock Blue. HEX triplet: 90, A2 and B7. RGB value is (144,162,183). Sum of RGB (Red+Green+Blue) = 144+162+183=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #90A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2B7 is #6F5D48. Grayscale: #9E9E9E. Windows color (decimal): -7298377 or 12034704. OLE color: 12034704.

HSL color Cylindrical-coordinate representation of color #90A2B7: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90A2B7 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 144 162 183 -
CMYK 0.21 0.11 0 0.28
HSL 212.31º 0.21% 0.64% -
HSV(B) 212.31º 0.21% 0.72% -
XYZ 32.97 35.19 49.85 -
YUV 159.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 144 162 183 0.21 0.11 0 0.28 212.31 0.21 0.64
Hex 90 A2 B7 15 B 0 1C D4 15 40
Octal 220 242 267 25 13 0 34 324 25 100
Binary 10010000 10100010 10110111 10101 1011 0 11100 11010100 10101 1000000

Color Harmonies of #90A2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A2B7

Black with #90A2B7

Text Example


Text Example

White with #90A2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,162,183); }

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

background-color css

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

 a { background-color: rgb(144,162,183); }

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

border-color css

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

 span { border-color: rgb(144,162,183); }

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