#917EBF

Color #917EBF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #917EBF

Tints of True V #917EBF

Color information

#917EBF (or 0x917EBF) is unknown color: approx True V. HEX triplet: 91, 7E and BF. RGB value is (145,126,191). Sum of RGB (Red+Green+Blue) = 145+126+191=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #917EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBF is #6E8140. Grayscale: #8A8A8A. Windows color (decimal): -7242049 or 12549777. OLE color: 12549777.

HSL color Cylindrical-coordinate representation of color #917EBF: hue angle of 257.54º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917EBF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145126191-
CMYK0.240.3400.25
HSL257.54º33.68%62.16%-
HSV(B)257.54º34.03%74.9%-
XYZ28.5424.752.55-
YUV139.09157.29132.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 191 (75% from 255) = 41.34%
R=31.39%
G=27.27%
B=41.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451261910.240.3400.25257.5433.6862.16
Hex917EBF1822019102223e
Octal22117627730420314024276
Binary1001000111111101011111111000100010011001100000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917EBF; }

 p { color: rgb(145,126,191); }

 H1.HeaderClassName
 {
   color: #917EBF;
 }
 .AnyTagClassName
 {
   color: #917EBF;
 }
</style>
background-color css

<style>
 a { background-color: #917EBF; }

 a { background-color: rgb(145,126,191); }

 div.DivClassName
 {
   background-color: #917EBF;
 }
 .BgClassName
 {
   background-color: #917EBF;
 }
</style>
border-color css

<style>
 span { border-color: #917EBF; }

 span { border-color: rgb(145,126,191); }

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