Html Css Color HEX #919AAD Rock Blue

📋 copy color: '#919AAD'

red 145 ◦ green 154 ◦ blue 173

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

Shades of Rock Blue #919AAD

Tints of Rock Blue #919AAD

RGB

 RED value IS 145 (57.03% from 255) = 30.72%

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 30.72%
G = 32.63%
B = 36.65%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#919AAD (or 0x919AAD) is known color: Rock Blue. HEX triplet: 91, 9A and AD. RGB value is (145,154,173). Sum of RGB (Red+Green+Blue) = 145+154+173=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #919AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AAD is #6E6552. Grayscale: #999999. Windows color (decimal): -7234899 or 11377297. OLE color: 11377297.

HSL color Cylindrical-coordinate representation of color #919AAD: hue angle of 220.71º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #919AAD is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 154 173 -
CMYK 0.16 0.11 0 0.32
HSL 220.71º 0.15% 0.62% -
HSV(B) 220.71º 0.16% 0.68% -
XYZ 30.78 32.15 44.12 -
YUV 153.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 145 154 173 0.16 0.11 0 0.32 220.71 0.15 0.62
Hex 91 9A AD 10 B 0 20 DD F 3E
Octal 221 232 255 20 13 0 40 335 17 76
Binary 10010001 10011010 10101101 10000 1011 0 100000 11011101 1111 111110

Color Harmonies of #919AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919AAD

Black with #919AAD

Text Example


Text Example

White with #919AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919AAD; }

 p { color: rgb(145,154,173); }

 H1.HeaderClassName
 {
   color: #919AAD;
 }
 .AnyTagClassName
 {
   color: #919AAD;
 }
</style>

background-color css

<style>
 a { background-color: #919AAD; }

 a { background-color: rgb(145,154,173); }

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

border-color css

<style>
 span { border-color: #919AAD; }

 span { border-color: rgb(145,154,173); }

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