#907BBD

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

Shades of True V #907BBD

Tints of True V #907BBD

Color information

#907BBD (or 0x907BBD) is unknown color: approx True V. HEX triplet: 90, 7B and BD. RGB value is (144,123,189). Sum of RGB (Red+Green+Blue) = 144+123+189=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #907BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BBD is #6F8442. Grayscale: #888888. Windows color (decimal): -7308355 or 12417936. OLE color: 12417936.

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

Color convert

RGB144123189-
CMYK0.240.3500.26
HSL259.09º33.33%61.18%-
HSV(B)259.09º34.92%74.12%-
XYZ27.7723.7751.27-
YUV136.8157.46133.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=31.58%
G=26.97%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441231890.240.3500.26259.0933.3361.18
Hex907BBD182301A103213d
Octal22017327530430324034175
Binary1001000011110111011110111000100011011010100000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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