Html Css Color HEX #7577FE Light Slate Blue

📋 copy color: '#7577FE'

red 117 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #7577FE

Tints of Light Slate Blue #7577FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.29%

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

R = 23.88%
G = 24.29%
B = 51.84%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7577FE (or 0x7577FE) is known color: Light Slate Blue. HEX triplet: 75, 77 and FE. RGB value is (117,119,254). Sum of RGB (Red+Green+Blue) = 117+119+254=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #7577FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7577FE is #8A8801. Grayscale: #858585. Windows color (decimal): -9078786 or 16676725. OLE color: 16676725.

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

Color convert

RGB 117 119 254 -
CMYK 0.54 0.53 0 0.00
HSL 239.12º 0.99% 0.73% -
HSV(B) 239.12º 0.54% 1% -
XYZ 31.82 24.13 96.75 -
YUV 133.79 195.84 116.02 -
System Red Green Blue C M Y K H S L
Decimal 117 119 254 0.54 0.53 0 0.00 239.12 0.99 0.73
Hex 75 77 FE 36 35 0 0 EF 63 49
Octal 165 167 376 66 65 0 0 357 143 111
Binary 1110101 1110111 11111110 110110 110101 0 0 11101111 1100011 1001001

Color Harmonies of #7577FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577FE

Black with #7577FE

Text Example


Text Example

White with #7577FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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