#907BCA

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

Shades of True V #907BCA

Tints of True V #907BCA

Color information

#907BCA (or 0x907BCA) is unknown color: approx True V. HEX triplet: 90, 7B and CA. RGB value is (144,123,202). Sum of RGB (Red+Green+Blue) = 144+123+202=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #907BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BCA is #6F8435. Grayscale: #898989. Windows color (decimal): -7308342 or 13269904. OLE color: 13269904.

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

Color convert

RGB144123202-
CMYK0.290.3900.21
HSL255.95º42.7%63.73%-
HSV(B)255.95º39.11%79.22%-
XYZ29.2524.3659.04-
YUV138.28163.96132.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=30.70%
G=26.23%
B=43.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441232020.290.3900.21255.9542.763.73
Hex907BCA1D270151002b40
Octal220173312354702540053100
Binary10010000111101111001010111011001110101011000000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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