Html Css Color HEX #7584FA Light Slate Blue

📋 copy color: '#7584FA'

red 117 ◦ green 132 ◦ blue 250

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

Shades of Light Slate Blue #7584FA

Tints of Light Slate Blue #7584FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 23.45%
G = 26.45%
B = 50.1%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7584FA (or 0x7584FA) is known color: Light Slate Blue. HEX triplet: 75, 84 and FA. RGB value is (117,132,250). Sum of RGB (Red+Green+Blue) = 117+132+250=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #7584FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7584FA is #8A7B05. Grayscale: #8C8C8C. Windows color (decimal): -9075462 or 16417909. OLE color: 16417909.

HSL color Cylindrical-coordinate representation of color #7584FA: hue angle of 233.23º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7584FA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 132 250 -
CMYK 0.53 0.47 0 0.02
HSL 233.23º 0.93% 0.72% -
HSV(B) 233.23º 0.53% 0.98% -
XYZ 32.84 27.19 93.96 -
YUV 140.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 117 132 250 0.53 0.47 0 0.02 233.23 0.93 0.72
Hex 75 84 FA 35 2F 0 2 E9 5D 48
Octal 165 204 372 65 57 0 2 351 135 110
Binary 1110101 10000100 11111010 110101 101111 0 10 11101001 1011101 1001000

Color Harmonies of #7584FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584FA

Black with #7584FA

Text Example


Text Example

White with #7584FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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