#907BBF

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

Shades of True V #907BBF

Tints of True V #907BBF

Color information

#907BBF (or 0x907BBF) is unknown color: approx True V. HEX triplet: 90, 7B and BF. RGB value is (144,123,191). Sum of RGB (Red+Green+Blue) = 144+123+191=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #907BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BBF is #6F8440. Grayscale: #888888. Windows color (decimal): -7308353 or 12549008. OLE color: 12549008.

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

Color convert

RGB144123191-
CMYK0.250.3600.25
HSL258.53º34.69%61.57%-
HSV(B)258.53º35.6%74.9%-
XYZ27.9923.8652.42-
YUV137.03158.46132.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 191 (75% from 255) = 41.70%
R=31.44%
G=26.86%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441231910.250.3600.25258.5334.6961.57
Hex907BBF1924019103233e
Octal22017327731440314034376
Binary1001000011110111011111111001100100011001100000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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