#907FBE

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

Shades of True V #907FBE

Tints of True V #907FBE

Color information

#907FBE (or 0x907FBE) is unknown color: approx True V. HEX triplet: 90, 7F and BE. RGB value is (144,127,190). Sum of RGB (Red+Green+Blue) = 144+127+190=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #907FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FBE is #6F8041. Grayscale: #8B8B8B. Windows color (decimal): -7307330 or 12484496. OLE color: 12484496.

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

Color convert

RGB144127190-
CMYK0.240.3300.25
HSL256.19º32.64%62.16%-
HSV(B)256.19º33.16%74.51%-
XYZ28.3924.8352.01-
YUV139.26156.63131.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=31.24%
G=27.55%
B=41.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441271900.240.3300.25256.1932.6462.16
Hex907FBE1821019100213e
Octal22017727630410314004176
Binary1001000011111111011111011000100001011001100000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,190); }

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

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

 a { background-color: rgb(144,127,190); }

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

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

 span { border-color: rgb(144,127,190); }

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