#917EBB

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

Shades of True V #917EBB

Tints of True V #917EBB

Color information

#917EBB (or 0x917EBB) is unknown color: approx True V. HEX triplet: 91, 7E and BB. RGB value is (145,126,187). Sum of RGB (Red+Green+Blue) = 145+126+187=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #917EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBB is #6E8144. Grayscale: #8A8A8A. Windows color (decimal): -7242053 or 12287633. OLE color: 12287633.

HSL color Cylindrical-coordinate representation of color #917EBB: hue angle of 258.69º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917EBB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145126187-
CMYK0.220.3300.27
HSL258.69º30.96%61.37%-
HSV(B)258.69º32.62%73.33%-
XYZ28.1124.5350.27-
YUV138.64155.29132.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=31.66%
G=27.51%
B=40.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451261870.220.3300.27258.6930.9661.37
Hex917EBB162101B1031f3d
Octal22117627326410334033775
Binary100100011111110101110111011010000101101110000001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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