#7753E1

Color #7753E1 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7753E1

Tints of Slate Blue #7753E1

Color information

#7753E1 (or 0x7753E1) is unknown color: approx Slate Blue. HEX triplet: 77, 53 and E1. RGB value is (119,83,225). Sum of RGB (Red+Green+Blue) = 119+83+225=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #7753E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753E1 is #88AC1E. Grayscale: #6D6D6D. Windows color (decimal): -8956959 or 14766967. OLE color: 14766967.

HSL color Cylindrical-coordinate representation of color #7753E1: hue angle of 255.21º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7753E1 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11983225-
CMYK0.470.6300.12
HSL255.21º70.3%60.39%-
HSV(B)255.21º63.11%88.24%-
XYZ24.2915.5472.95-
YUV109.95192.93134.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 225 (88.28% from 255) = 52.69%
R=27.87%
G=19.44%
B=52.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119832250.470.6300.12255.2170.360.39
Hex7753E12F3F0Cff463c
Octal167123341577701437710674
Binary111011110100111110000110111111111101100111111111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7753E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7753E1; }

 p { color: rgb(119,83,225); }

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

<style>
 a { background-color: #7753E1; }

 a { background-color: rgb(119,83,225); }

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

<style>
 span { border-color: #7753E1; }

 span { border-color: rgb(119,83,225); }

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