Html Css Color HEX #919EBE Rock Blue

📋 copy color: '#919EBE'

red 145 ◦ green 158 ◦ blue 190

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

Shades of Rock Blue #919EBE

Tints of Rock Blue #919EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

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

R = 29.41%
G = 32.05%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#919EBE (or 0x919EBE) is known color: Rock Blue. HEX triplet: 91, 9E and BE. RGB value is (145,158,190). Sum of RGB (Red+Green+Blue) = 145+158+190=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #919EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EBE is #6E6141. Grayscale: #9D9D9D. Windows color (decimal): -7233858 or 12492433. OLE color: 12492433.

HSL color Cylindrical-coordinate representation of color #919EBE: hue angle of 222.67º 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 #919EBE is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 158 190 -
CMYK 0.24 0.17 0 0.25
HSL 222.67º 0.26% 0.66% -
HSV(B) 222.67º 0.24% 0.75% -
XYZ 33.2 34.19 53.57 -
YUV 157.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 145 158 190 0.24 0.17 0 0.25 222.67 0.26 0.66
Hex 91 9E BE 18 11 0 19 DF 1A 42
Octal 221 236 276 30 21 0 31 337 32 102
Binary 10010001 10011110 10111110 11000 10001 0 11001 11011111 11010 1000010

Color Harmonies of #919EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EBE

Black with #919EBE

Text Example


Text Example

White with #919EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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