#907CBF

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

Shades of True V #907CBF

Tints of True V #907CBF

Color information

#907CBF (or 0x907CBF) is unknown color: approx True V. HEX triplet: 90, 7C and BF. RGB value is (144,124,191). Sum of RGB (Red+Green+Blue) = 144+124+191=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #907CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CBF is #6F8340. Grayscale: #898989. Windows color (decimal): -7308097 or 12549264. OLE color: 12549264.

HSL color Cylindrical-coordinate representation of color #907CBF: hue angle of 257.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907CBF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144124191-
CMYK0.250.3500.25
HSL257.91º34.36%61.76%-
HSV(B)257.91º35.08%74.9%-
XYZ28.1124.1152.46-
YUV137.62158.13132.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 191 (75% from 255) = 41.61%
R=31.37%
G=27.02%
B=41.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441241910.250.3500.25257.9134.3661.76
Hex907CBF1923019102223e
Octal22017427731430314024276
Binary1001000011111001011111111001100011011001100000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,191); }

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

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

 a { background-color: rgb(144,124,191); }

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

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

 span { border-color: rgb(144,124,191); }

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