Html Css Color HEX #7573FE Light Slate Blue

📋 copy color: '#7573FE'

red 117 ◦ green 115 ◦ blue 254

#7573FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7573FE

Tints of Light Slate Blue #7573FE

RGB

 RED value IS 117 (46.09% from 255) = 24.07%

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 24.07%
G = 23.66%
B = 52.26%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7573FE (or 0x7573FE) is known color: Light Slate Blue. HEX triplet: 75, 73 and FE. RGB value is (117,115,254). Sum of RGB (Red+Green+Blue) = 117+115+254=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7573FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7573FE is #8A8C01. Grayscale: #828282. Windows color (decimal): -9079810 or 16675701. OLE color: 16675701.

HSL color Cylindrical-coordinate representation of color #7573FE: hue angle of 240.86º 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 #7573FE is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 115 254 -
CMYK 0.54 0.55 0 0.00
HSL 240.86º 0.99% 0.72% -
HSV(B) 240.86º 0.55% 1% -
XYZ 31.36 23.2 96.59 -
YUV 131.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 117 115 254 0.54 0.55 0 0.00 240.86 0.99 0.72
Hex 75 73 FE 36 37 0 0 F1 63 48
Octal 165 163 376 66 67 0 0 361 143 110
Binary 1110101 1110011 11111110 110110 110111 0 0 11110001 1100011 1001000

Color Harmonies of #7573FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7573FE

Black with #7573FE

Text Example


Text Example

White with #7573FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7573FE;
 }
 .AnyTagClassName
 {
   color: #7573FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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