Html Css Color HEX #7571FF Light Slate Blue

📋 copy color: '#7571FF'

red 117 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #7571FF

Tints of Light Slate Blue #7571FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 24.12%
G = 23.3%
B = 52.58%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7571FF (or 0x7571FF) is known color: Light Slate Blue. HEX triplet: 75, 71 and FF. RGB value is (117,113,255). Sum of RGB (Red+Green+Blue) = 117+113+255=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #7571FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7571FF is #8A8E00. Grayscale: #818181. Windows color (decimal): -9080321 or 16740725. OLE color: 16740725.

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

Color convert

RGB 117 113 255 -
CMYK 0.54 0.56 0 0
HSL 241.69º 1% 0.72% -
HSV(B) 241.69º 0.56% 1% -
XYZ 31.29 22.81 97.36 -
YUV 130.38 198.33 118.45 -
System Red Green Blue C M Y K H S L
Decimal 117 113 255 0.54 0.56 0 0 241.69 1 0.72
Hex 75 71 FF 36 38 0 0 F2 64 48
Octal 165 161 377 66 70 0 0 362 144 110
Binary 1110101 1110001 11111111 110110 111000 0 0 11110010 1100100 1001000

Color Harmonies of #7571FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7571FF

Black with #7571FF

Text Example


Text Example

White with #7571FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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