Html Css Color HEX #7571FE Light Slate Blue

📋 copy color: '#7571FE'

red 117 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #7571FE

Tints of Light Slate Blue #7571FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

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

R = 24.17%
G = 23.35%
B = 52.48%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7571FE (or 0x7571FE) is known color: Light Slate Blue. HEX triplet: 75, 71 and FE. RGB value is (117,113,254). Sum of RGB (Red+Green+Blue) = 117+113+254=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #7571FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571FE is #8A8E01. Grayscale: #818181. Windows color (decimal): -9080322 or 16675189. OLE color: 16675189.

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

Color convert

RGB 117 113 254 -
CMYK 0.54 0.56 0 0.00
HSL 241.7º 0.99% 0.72% -
HSV(B) 241.7º 0.56% 1% -
XYZ 31.13 22.75 96.52 -
YUV 130.27 197.83 118.54 -
System Red Green Blue C M Y K H S L
Decimal 117 113 254 0.54 0.56 0 0.00 241.7 0.99 0.72
Hex 75 71 FE 36 38 0 0 F2 63 48
Octal 165 161 376 66 70 0 0 362 143 110
Binary 1110101 1110001 11111110 110110 111000 0 0 11110010 1100011 1001000

Color Harmonies of #7571FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571FE

Black with #7571FE

Text Example


Text Example

White with #7571FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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