Html Css Color HEX #919AB2 Rock Blue

📋 copy color: '#919AB2'

red 145 ◦ green 154 ◦ blue 178

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

Shades of Rock Blue #919AB2

Tints of Rock Blue #919AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 30.4%
G = 32.29%
B = 37.32%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#919AB2 (or 0x919AB2) is known color: Rock Blue. HEX triplet: 91, 9A and B2. RGB value is (145,154,178). Sum of RGB (Red+Green+Blue) = 145+154+178=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #919AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919AB2 is #6E654D. Grayscale: #999999. Windows color (decimal): -7234894 or 11704977. OLE color: 11704977.

HSL color Cylindrical-coordinate representation of color #919AB2: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919AB2 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 154 178 -
CMYK 0.19 0.13 0 0.30
HSL 223.64º 0.18% 0.63% -
HSV(B) 223.64º 0.19% 0.7% -
XYZ 31.27 32.35 46.71 -
YUV 154.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 145 154 178 0.19 0.13 0 0.30 223.64 0.18 0.63
Hex 91 9A B2 13 D 0 1E E0 12 3F
Octal 221 232 262 23 15 0 36 340 22 77
Binary 10010001 10011010 10110010 10011 1101 0 11110 11100000 10010 111111

Color Harmonies of #919AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919AB2

Black with #919AB2

Text Example


Text Example

White with #919AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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