#7951B5

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

Shades of Studio #7951B5

Tints of Studio #7951B5

Color information

#7951B5 (or 0x7951B5) is unknown color: approx Studio. HEX triplet: 79, 51 and B5. RGB value is (121,81,181). Sum of RGB (Red+Green+Blue) = 121+81+181=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #7951B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951B5 is #86AE4A. Grayscale: #686868. Windows color (decimal): -8826443 or 11882873. OLE color: 11882873.

HSL color Cylindrical-coordinate representation of color #7951B5: hue angle of 264º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7951B5 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12181181-
CMYK0.330.5500.29
HSL264º40.32%51.37%-
HSV(B)264º55.25%70.98%-
XYZ19.1713.2945.27-
YUV104.36171.25139.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 181 (71.09% from 255) = 47.26%
R=31.59%
G=21.15%
B=47.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121811810.330.5500.2926440.3251.37
Hex7951B5213701D1082833
Octal17112126541670354105063
Binary1111001101000110110101100001110111011101100001000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7951B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7951B5; }

 p { color: rgb(121,81,181); }

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

<style>
 a { background-color: #7951B5; }

 a { background-color: rgb(121,81,181); }

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

<style>
 span { border-color: #7951B5; }

 span { border-color: rgb(121,81,181); }

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