Html Css Color HEX #90A4C3 Rock Blue

📋 copy color: '#90A4C3'

red 144 ◦ green 164 ◦ blue 195

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

Shades of Rock Blue #90A4C3

Tints of Rock Blue #90A4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 28.63%
G = 32.6%
B = 38.77%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90A4C3 (or 0x90A4C3) is known color: Rock Blue. HEX triplet: 90, A4 and C3. RGB value is (144,164,195). Sum of RGB (Red+Green+Blue) = 144+164+195=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #90A4C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A4C3 is #6F5B3C. Grayscale: #A1A1A1. Windows color (decimal): -7297853 or 12821648. OLE color: 12821648.

HSL color Cylindrical-coordinate representation of color #90A4C3: hue angle of 216.47º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A4C3 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 164 195 -
CMYK 0.26 0.16 0 0.24
HSL 216.47º 0.3% 0.66% -
HSV(B) 216.47º 0.26% 0.76% -
XYZ 34.63 36.42 56.83 -
YUV 161.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 144 164 195 0.26 0.16 0 0.24 216.47 0.3 0.66
Hex 90 A4 C3 1A 10 0 18 D8 1E 42
Octal 220 244 303 32 20 0 30 330 36 102
Binary 10010000 10100100 11000011 11010 10000 0 11000 11011000 11110 1000010

Color Harmonies of #90A4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A4C3

Black with #90A4C3

Text Example


Text Example

White with #90A4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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