#907FCA

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

Shades of True V #907FCA

Tints of True V #907FCA

Color information

#907FCA (or 0x907FCA) is unknown color: approx True V. HEX triplet: 90, 7F and CA. RGB value is (144,127,202). Sum of RGB (Red+Green+Blue) = 144+127+202=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #907FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FCA is #6F8035. Grayscale: #8C8C8C. Windows color (decimal): -7307318 or 13270928. OLE color: 13270928.

HSL color Cylindrical-coordinate representation of color #907FCA: hue angle of 253.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #907FCA is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144127202-
CMYK0.290.3700.21
HSL253.6º41.44%64.51%-
HSV(B)253.6º37.13%79.22%-
XYZ29.7525.3759.21-
YUV140.63162.63130.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=30.44%
G=26.85%
B=42.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441272020.290.3700.21253.641.4464.51
Hex907FCA1D25015fe2941
Octal220177312354502537651101
Binary1001000011111111100101011101100101010101111111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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