#917FBE

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

Shades of True V #917FBE

Tints of True V #917FBE

Color information

#917FBE (or 0x917FBE) is unknown color: approx True V. HEX triplet: 91, 7F and BE. RGB value is (145,127,190). Sum of RGB (Red+Green+Blue) = 145+127+190=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #917FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FBE is #6E8041. Grayscale: #8B8B8B. Windows color (decimal): -7241794 or 12484497. OLE color: 12484497.

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

Color convert

RGB145127190-
CMYK0.240.3300.25
HSL257.14º32.64%62.16%-
HSV(B)257.14º33.16%74.51%-
XYZ28.5624.9252.02-
YUV139.56156.46131.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.39%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=31.39%
G=27.49%
B=41.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451271900.240.3300.25257.1432.6462.16
Hex917FBE1821019101213e
Octal22117727630410314014176
Binary1001000111111111011111011000100001011001100000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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