#907ECA

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

Shades of True V #907ECA

Tints of True V #907ECA

Color information

#907ECA (or 0x907ECA) is unknown color: approx True V. HEX triplet: 90, 7E and CA. RGB value is (144,126,202). Sum of RGB (Red+Green+Blue) = 144+126+202=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #907ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ECA is #6F8135. Grayscale: #8B8B8B. Windows color (decimal): -7307574 or 13270672. OLE color: 13270672.

HSL color Cylindrical-coordinate representation of color #907ECA: hue angle of 254.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907ECA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144126202-
CMYK0.290.3800.21
HSL254.21º41.76%64.31%-
HSV(B)254.21º37.62%79.22%-
XYZ29.6225.1259.16-
YUV140.05162.96130.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=30.51%
G=26.69%
B=42.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441262020.290.3800.21254.2141.7664.31
Hex907ECA1D26015fe2a40
Octal220176312354602537652100
Binary1001000011111101100101011101100110010101111111101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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