#907CBC

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

Shades of True V #907CBC

Tints of True V #907CBC

Color information

#907CBC (or 0x907CBC) is unknown color: approx True V. HEX triplet: 90, 7C and BC. RGB value is (144,124,188). Sum of RGB (Red+Green+Blue) = 144+124+188=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #907CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CBC is #6F8343. Grayscale: #898989. Windows color (decimal): -7308100 or 12352656. OLE color: 12352656.

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

Color convert

RGB144124188-
CMYK0.230.3400.26
HSL258.75º32.32%61.18%-
HSV(B)258.75º34.04%73.73%-
XYZ27.7923.9850.74-
YUV137.28156.63132.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=31.58%
G=27.19%
B=41.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441241880.230.3400.26258.7532.3261.18
Hex907CBC172201A103203d
Octal22017427427420324034075
Binary1001000011111001011110010111100010011010100000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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