Html Css Color HEX #909AB9 Rock Blue

📋 copy color: '#909AB9'

red 144 ◦ green 154 ◦ blue 185

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

Shades of Rock Blue #909AB9

Tints of Rock Blue #909AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 29.81%
G = 31.88%
B = 38.3%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#909AB9 (or 0x909AB9) is known color: Rock Blue. HEX triplet: 90, 9A and B9. RGB value is (144,154,185). Sum of RGB (Red+Green+Blue) = 144+154+185=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #909AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909AB9 is #6F6546. Grayscale: #9A9A9A. Windows color (decimal): -7300423 or 12163728. OLE color: 12163728.

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

Color convert

RGB 144 154 185 -
CMYK 0.22 0.17 0 0.27
HSL 225.37º 0.23% 0.65% -
HSV(B) 225.37º 0.22% 0.73% -
XYZ 31.81 32.54 50.5 -
YUV 154.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 144 154 185 0.22 0.17 0 0.27 225.37 0.23 0.65
Hex 90 9A B9 16 11 0 1B E1 17 41
Octal 220 232 271 26 21 0 33 341 27 101
Binary 10010000 10011010 10111001 10110 10001 0 11011 11100001 10111 1000001

Color Harmonies of #909AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909AB9

Black with #909AB9

Text Example


Text Example

White with #909AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909AB9; }

 p { color: rgb(144,154,185); }

 H1.HeaderClassName
 {
   color: #909AB9;
 }
 .AnyTagClassName
 {
   color: #909AB9;
 }
</style>

background-color css

<style>
 a { background-color: #909AB9; }

 a { background-color: rgb(144,154,185); }

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

border-color css

<style>
 span { border-color: #909AB9; }

 span { border-color: rgb(144,154,185); }

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