#917DBF

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

Shades of True V #917DBF

Tints of True V #917DBF

Color information

#917DBF (or 0x917DBF) is unknown color: approx True V. HEX triplet: 91, 7D and BF. RGB value is (145,125,191). Sum of RGB (Red+Green+Blue) = 145+125+191=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #917DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DBF is #6E8240. Grayscale: #8A8A8A. Windows color (decimal): -7242305 or 12549521. OLE color: 12549521.

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

Color convert

RGB145125191-
CMYK0.240.3500.25
HSL258.18º34.02%61.96%-
HSV(B)258.18º34.55%74.9%-
XYZ28.4124.4552.51-
YUV138.5157.63132.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 191 (75% from 255) = 41.43%
R=31.45%
G=27.11%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451251910.240.3500.25258.1834.0261.96
Hex917DBF1823019102223e
Octal22117527730430314024276
Binary1001000111111011011111111000100011011001100000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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