#947DCC

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

Shades of True V #947DCC

Tints of True V #947DCC

Color information

#947DCC (or 0x947DCC) is unknown color: approx True V. HEX triplet: 94, 7D and CC. RGB value is (148,125,204). Sum of RGB (Red+Green+Blue) = 148+125+204=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #947DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DCC is #6B8233. Grayscale: #8C8C8C. Windows color (decimal): -7045684 or 13401492. OLE color: 13401492.

HSL color Cylindrical-coordinate representation of color #947DCC: hue angle of 257.47º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947DCC is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB148125204-
CMYK0.270.3900.2
HSL257.47º43.65%64.51%-
HSV(B)257.47º38.73%80%-
XYZ30.4525.3260.41-
YUV140.88163.62133.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=31.03%
G=26.21%
B=42.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1481252040.270.3900.2257.4743.6564.51
Hex947DCC1B270141012c41
Octal224175314334702440154101
Binary10010100111110111001100110111001110101001000000011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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