Html Css Color HEX #919ABE Rock Blue

📋 copy color: '#919ABE'

red 145 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #919ABE

Tints of Rock Blue #919ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 29.65%
G = 31.49%
B = 38.85%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#919ABE (or 0x919ABE) is known color: Rock Blue. HEX triplet: 91, 9A and BE. RGB value is (145,154,190). Sum of RGB (Red+Green+Blue) = 145+154+190=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #919ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ABE is #6E6541. Grayscale: #9B9B9B. Windows color (decimal): -7234882 or 12491409. OLE color: 12491409.

HSL color Cylindrical-coordinate representation of color #919ABE: hue angle of 228º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919ABE is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 154 190 -
CMYK 0.24 0.19 0 0.25
HSL 228º 0.26% 0.66% -
HSV(B) 228º 0.24% 0.75% -
XYZ 32.53 32.85 53.34 -
YUV 155.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 145 154 190 0.24 0.19 0 0.25 228 0.26 0.66
Hex 91 9A BE 18 13 0 19 E4 1A 42
Octal 221 232 276 30 23 0 31 344 32 102
Binary 10010001 10011010 10111110 11000 10011 0 11001 11100100 11010 1000010

Color Harmonies of #919ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919ABE

Black with #919ABE

Text Example


Text Example

White with #919ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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