#917DBE

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

Shades of True V #917DBE

Tints of True V #917DBE

Color information

#917DBE (or 0x917DBE) is unknown color: approx True V. HEX triplet: 91, 7D and BE. RGB value is (145,125,190). Sum of RGB (Red+Green+Blue) = 145+125+190=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #917DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBE is #6E8241. Grayscale: #8A8A8A. Windows color (decimal): -7242306 or 12483985. OLE color: 12483985.

HSL color Cylindrical-coordinate representation of color #917DBE: hue angle of 258.46º degrees, saturation: 0.33, 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 #917DBE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145125190-
CMYK0.240.3400.25
HSL258.46º33.33%61.76%-
HSV(B)258.46º34.21%74.51%-
XYZ28.324.451.93-
YUV138.39157.13132.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.52%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=31.52%
G=27.17%
B=41.30%

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
Decimal1451251900.240.3400.25258.4633.3361.76
Hex917DBE1822019102213e
Octal22117527630420314024176
Binary1001000111111011011111011000100010011001100000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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