#907ABC

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

Shades of True V #907ABC

Tints of True V #907ABC

Color information

#907ABC (or 0x907ABC) is unknown color: approx True V. HEX triplet: 90, 7A and BC. RGB value is (144,122,188). Sum of RGB (Red+Green+Blue) = 144+122+188=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #907ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ABC is #6F8543. Grayscale: #878787. Windows color (decimal): -7308612 or 12352144. OLE color: 12352144.

HSL color Cylindrical-coordinate representation of color #907ABC: hue angle of 260º 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 #907ABC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144122188-
CMYK0.230.3500.26
HSL260º33%60.78%-
HSV(B)260º35.11%73.73%-
XYZ27.5423.4850.66-
YUV136.1157.29133.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.72%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=31.72%
G=26.87%
B=41.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441221880.230.3500.262603360.78
Hex907ABC172301A104213d
Octal22017227427430324044175
Binary1001000011110101011110010111100011011010100000100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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