#907ECD

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

Shades of True V #907ECD

Tints of True V #907ECD

Color information

#907ECD (or 0x907ECD) is unknown color: approx True V. HEX triplet: 90, 7E and CD. RGB value is (144,126,205). Sum of RGB (Red+Green+Blue) = 144+126+205=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #907ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ECD is #6F8132. Grayscale: #8C8C8C. Windows color (decimal): -7307571 or 13467280. OLE color: 13467280.

HSL color Cylindrical-coordinate representation of color #907ECD: hue angle of 253.67º 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 #907ECD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144126205-
CMYK0.300.3900.20
HSL253.67º44.13%64.9%-
HSV(B)253.67º38.54%80.39%-
XYZ29.9825.2661.05-
YUV140.39164.46130.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=30.32%
G=26.53%
B=43.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441262050.300.3900.20253.6744.1364.9
Hex907ECD1E27014fe2c41
Octal220176315364702437654101
Binary1001000011111101100110111110100111010100111111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907ECD; }

 p { color: rgb(144,126,205); }

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

<style>
 a { background-color: #907ECD; }

 a { background-color: rgb(144,126,205); }

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

<style>
 span { border-color: #907ECD; }

 span { border-color: rgb(144,126,205); }

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