#907DCD

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

Shades of True V #907DCD

Tints of True V #907DCD

Color information

#907DCD (or 0x907DCD) is unknown color: approx True V. HEX triplet: 90, 7D and CD. RGB value is (144,125,205). Sum of RGB (Red+Green+Blue) = 144+125+205=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #907DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DCD is #6F8232. Grayscale: #8B8B8B. Windows color (decimal): -7307827 or 13467024. OLE color: 13467024.

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

Color convert

RGB144125205-
CMYK0.300.3900.20
HSL254.25º44.44%64.71%-
HSV(B)254.25º39.02%80.39%-
XYZ29.852561.01-
YUV139.8164.79131-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=30.38%
G=26.37%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441252050.300.3900.20254.2544.4464.71
Hex907DCD1E27014fe2c41
Octal220175315364702437654101
Binary1001000011111011100110111110100111010100111111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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