#7443E2

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

Shades of Slate Blue #7443E2

Tints of Slate Blue #7443E2

Color information

#7443E2 (or 0x7443E2) is unknown color: approx Slate Blue. HEX triplet: 74, 43 and E2. RGB value is (116,67,226). Sum of RGB (Red+Green+Blue) = 116+67+226=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 226 (88.67% from 255 or 55.26% from 409); Max value from RGB is 226 - color contains mainly: blue. Hex color #7443E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7443E2 is #8BBC1D. Grayscale: #636363. Windows color (decimal): -9157662 or 14828404. OLE color: 14828404.

HSL color Cylindrical-coordinate representation of color #7443E2: hue angle of 258.49º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7443E2 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11667226-
CMYK0.490.7000.11
HSL258.49º73.27%57.45%-
HSV(B)258.49º70.35%88.63%-
XYZ22.9413.2273.29-
YUV99.78199.23139.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 226 (88.67% from 255) = 55.26%
R=28.36%
G=16.38%
B=55.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal116672260.490.7000.11258.4973.2757.45
Hex7443E231460B1024939
Octal1641033426110601340211171
Binary11101001000011111000101100011000110010111000000101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7443E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7443E2; }

 p { color: rgb(116,67,226); }

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

<style>
 a { background-color: #7443E2; }

 a { background-color: rgb(116,67,226); }

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

<style>
 span { border-color: #7443E2; }

 span { border-color: rgb(116,67,226); }

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