#907FCD

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

Shades of True V #907FCD

Tints of True V #907FCD

Color information

#907FCD (or 0x907FCD) is unknown color: approx True V. HEX triplet: 90, 7F and CD. RGB value is (144,127,205). Sum of RGB (Red+Green+Blue) = 144+127+205=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #907FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FCD is #6F8032. Grayscale: #8C8C8C. Windows color (decimal): -7307315 or 13467536. OLE color: 13467536.

HSL color Cylindrical-coordinate representation of color #907FCD: hue angle of 253.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #907FCD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144127205-
CMYK0.300.3800.20
HSL253.08º43.82%65.1%-
HSV(B)253.08º38.05%80.39%-
XYZ30.1125.5261.1-
YUV140.98164.13130.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 127 (50% from 255) = 26.68%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=30.25%
G=26.68%
B=43.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441272050.300.3800.20253.0843.8265.1
Hex907FCD1E26014fd2c41
Octal220177315364602437554101
Binary1001000011111111100110111110100110010100111111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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