#907EBF

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

Shades of True V #907EBF

Tints of True V #907EBF

Color information

#907EBF (or 0x907EBF) is unknown color: approx True V. HEX triplet: 90, 7E and BF. RGB value is (144,126,191). Sum of RGB (Red+Green+Blue) = 144+126+191=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #907EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EBF is #6F8140. Grayscale: #8A8A8A. Windows color (decimal): -7307585 or 12549776. OLE color: 12549776.

HSL color Cylindrical-coordinate representation of color #907EBF: hue angle of 256.62º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907EBF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144126191-
CMYK0.250.3400.25
HSL256.62º33.68%62.16%-
HSV(B)256.62º34.03%74.9%-
XYZ28.3724.6152.55-
YUV138.79157.46131.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 191 (75% from 255) = 41.43%
R=31.24%
G=27.33%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441261910.250.3400.25256.6233.6862.16
Hex907EBF1922019101223e
Octal22017627731420314014276
Binary1001000011111101011111111001100010011001100000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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