#907DCE

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

Shades of True V #907DCE

Tints of True V #907DCE

Color information

#907DCE (or 0x907DCE) is unknown color: approx True V. HEX triplet: 90, 7D and CE. RGB value is (144,125,206). Sum of RGB (Red+Green+Blue) = 144+125+206=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #907DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DCE is #6F8231. Grayscale: #8B8B8B. Windows color (decimal): -7307826 or 13532560. OLE color: 13532560.

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

Color convert

RGB144125206-
CMYK0.300.3900.19
HSL254.07º45.25%64.9%-
HSV(B)254.07º39.32%80.78%-
XYZ29.9825.0561.65-
YUV139.92165.29130.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=30.32%
G=26.32%
B=43.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441252060.300.3900.19254.0745.2564.9
Hex907DCE1E27013fe2d41
Octal220175316364702337655101
Binary1001000011111011100111011110100111010011111111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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