#907EBC

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

Shades of True V #907EBC

Tints of True V #907EBC

Color information

#907EBC (or 0x907EBC) is unknown color: approx True V. HEX triplet: 90, 7E and BC. RGB value is (144,126,188). Sum of RGB (Red+Green+Blue) = 144+126+188=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #907EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EBC is #6F8143. Grayscale: #8A8A8A. Windows color (decimal): -7307588 or 12353168. OLE color: 12353168.

HSL color Cylindrical-coordinate representation of color #907EBC: hue angle of 257.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #907EBC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144126188-
CMYK0.230.3300.26
HSL257.42º31.63%61.57%-
HSV(B)257.42º32.98%73.73%-
XYZ28.0424.4850.82-
YUV138.45155.96131.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=31.44%
G=27.51%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441261880.230.3300.26257.4231.6361.57
Hex907EBC172101A101203e
Octal22017627427410324014076
Binary1001000011111101011110010111100001011010100000001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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