Html Css Color HEX #919EC7 Rock Blue

📋 copy color: '#919EC7'

red 145 ◦ green 158 ◦ blue 199

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

Shades of Rock Blue #919EC7

Tints of Rock Blue #919EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.64%

R = 28.88%
G = 31.47%
B = 39.64%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#919EC7 (or 0x919EC7) is known color: Rock Blue. HEX triplet: 91, 9E and C7. RGB value is (145,158,199). Sum of RGB (Red+Green+Blue) = 145+158+199=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 199 - color contains mainly: blue. Hex color #919EC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919EC7 is #6E6138. Grayscale: #9E9E9E. Windows color (decimal): -7233849 or 13082257. OLE color: 13082257.

HSL color Cylindrical-coordinate representation of color #919EC7: hue angle of 225.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #919EC7 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 158 199 -
CMYK 0.27 0.21 0 0.22
HSL 225.56º 0.33% 0.67% -
HSV(B) 225.56º 0.27% 0.78% -
XYZ 34.21 34.6 58.91 -
YUV 158.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 145 158 199 0.27 0.21 0 0.22 225.56 0.33 0.67
Hex 91 9E C7 1B 15 0 16 E2 21 43
Octal 221 236 307 33 25 0 26 342 41 103
Binary 10010001 10011110 11000111 11011 10101 0 10110 11100010 100001 1000011

Color Harmonies of #919EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919EC7

Black with #919EC7

Text Example


Text Example

White with #919EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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