#7383FE

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

Shades of Light Slate Blue #7383FE

Tints of Light Slate Blue #7383FE

Color information

#7383FE (or 0x7383FE) is unknown color: approx Light Slate Blue. HEX triplet: 73, 83 and FE. RGB value is (115,131,254). Sum of RGB (Red+Green+Blue) = 115+131+254=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #7383FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7383FE is #8C7C01. Grayscale: #8B8B8B. Windows color (decimal): -9206786 or 16679795. OLE color: 16679795.

HSL color Cylindrical-coordinate representation of color #7383FE: hue angle of 233.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7383FE is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115131254-
CMYK0.550.4800.00
HSL233.09º98.58%72.35%-
HSV(B)233.09º54.72%99.61%-
XYZ33.0827.0397.24-
YUV140.24192.2110-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=23%
G=26.2%
B=50.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1151312540.550.4800.00233.0998.5872.35
Hex7383FE373000e96348
Octal163203376676000351143110
Binary11100111000001111111110110111110000001110100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7383FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7383FE; }

 p { color: rgb(115,131,254); }

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

<style>
 a { background-color: #7383FE; }

 a { background-color: rgb(115,131,254); }

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

<style>
 span { border-color: #7383FE; }

 span { border-color: rgb(115,131,254); }

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