Html Css Color HEX #7584FF Light Slate Blue

📋 copy color: '#7584FF'

red 117 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #7584FF

Tints of Light Slate Blue #7584FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.19%

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

R = 23.21%
G = 26.19%
B = 50.6%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7584FF (or 0x7584FF) is known color: Light Slate Blue. HEX triplet: 75, 84 and FF. RGB value is (117,132,255). Sum of RGB (Red+Green+Blue) = 117+132+255=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7584FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7584FF is #8A7B00. Grayscale: #8D8D8D. Windows color (decimal): -9075457 or 16745589. OLE color: 16745589.

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

Color convert

RGB 117 132 255 -
CMYK 0.54 0.48 0 0
HSL 233.48º 1% 0.73% -
HSV(B) 233.48º 0.54% 1% -
XYZ 33.64 27.5 98.14 -
YUV 141.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 117 132 255 0.54 0.48 0 0 233.48 1 0.73
Hex 75 84 FF 36 30 0 0 E9 64 49
Octal 165 204 377 66 60 0 0 351 144 111
Binary 1110101 10000100 11111111 110110 110000 0 0 11101001 1100100 1001001

Color Harmonies of #7584FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584FF

Black with #7584FF

Text Example


Text Example

White with #7584FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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