#947DBF

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

Shades of True V #947DBF

Tints of True V #947DBF

Color information

#947DBF (or 0x947DBF) is unknown color: approx True V. HEX triplet: 94, 7D and BF. RGB value is (148,125,191). Sum of RGB (Red+Green+Blue) = 148+125+191=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #947DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DBF is #6B8240. Grayscale: #8B8B8B. Windows color (decimal): -7045697 or 12549524. OLE color: 12549524.

HSL color Cylindrical-coordinate representation of color #947DBF: hue angle of 260.91º 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 #947DBF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148125191-
CMYK0.230.3500.25
HSL260.91º34.02%61.96%-
HSV(B)260.91º34.55%74.9%-
XYZ28.9524.7252.54-
YUV139.4157.12134.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.90%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 191 (75% from 255) = 41.16%
R=31.90%
G=26.94%
B=41.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481251910.230.3500.25260.9134.0261.96
Hex947DBF1723019105223e
Octal22417527727430314054276
Binary1001010011111011011111110111100011011001100000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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