#917EBC

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

Shades of True V #917EBC

Tints of True V #917EBC

Color information

#917EBC (or 0x917EBC) is unknown color: approx True V. HEX triplet: 91, 7E and BC. RGB value is (145,126,188). Sum of RGB (Red+Green+Blue) = 145+126+188=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #917EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBC is #6E8143. Grayscale: #8A8A8A. Windows color (decimal): -7242052 or 12353169. OLE color: 12353169.

HSL color Cylindrical-coordinate representation of color #917EBC: hue angle of 258.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917EBC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145126188-
CMYK0.230.3300.26
HSL258.39º31.63%61.57%-
HSV(B)258.39º32.98%73.73%-
XYZ28.2224.5750.83-
YUV138.75155.79132.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=31.59%
G=27.45%
B=40.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451261880.230.3300.26258.3931.6361.57
Hex917EBC172101A102203e
Octal22117627427410324024076
Binary1001000111111101011110010111100001011010100000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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