#803FB7

Color #803FB7 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #803FB7

Tints of Studio #803FB7

Color information

#803FB7 (or 0x803FB7) is unknown color: approx Studio. HEX triplet: 80, 3F and B7. RGB value is (128,63,183). Sum of RGB (Red+Green+Blue) = 128+63+183=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #803FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FB7 is #7FC048. Grayscale: #5F5F5F. Windows color (decimal): -8372297 or 12009344. OLE color: 12009344.

HSL color Cylindrical-coordinate representation of color #803FB7: hue angle of 272.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803FB7 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12863183-
CMYK0.300.6600.28
HSL272.5º48.78%48.24%-
HSV(B)272.5º65.57%71.76%-
XYZ19.2311.5646.02-
YUV96.11177.03150.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.22%
GREEN value IS 63 (25% from 255) = 16.84%
BLUE value IS 183 (71.88% from 255) = 48.93%
R=34.22%
G=16.84%
B=48.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal128631830.300.6600.28272.548.7848.24
Hex803FB71E4201C1103130
Octal20077267361020344206160
Binary1000000011111110110111111101000010011100100010000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803FB7; }

 p { color: rgb(128,63,183); }

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

<style>
 a { background-color: #803FB7; }

 a { background-color: rgb(128,63,183); }

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

<style>
 span { border-color: #803FB7; }

 span { border-color: rgb(128,63,183); }

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