#907ECC

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

Shades of True V #907ECC

Tints of True V #907ECC

Color information

#907ECC (or 0x907ECC) is unknown color: approx True V. HEX triplet: 90, 7E and CC. RGB value is (144,126,204). Sum of RGB (Red+Green+Blue) = 144+126+204=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #907ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ECC is #6F8133. Grayscale: #8B8B8B. Windows color (decimal): -7307572 or 13401744. OLE color: 13401744.

HSL color Cylindrical-coordinate representation of color #907ECC: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907ECC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144126204-
CMYK0.290.3800.2
HSL253.85º43.33%64.71%-
HSV(B)253.85º38.24%80%-
XYZ29.8625.2160.42-
YUV140.27163.96130.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 204 (80.08% from 255) = 43.04%
R=30.38%
G=26.58%
B=43.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441262040.290.3800.2253.8543.3364.71
Hex907ECC1D26014fe2b41
Octal220176314354602437653101
Binary1001000011111101100110011101100110010100111111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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