Html Css Color HEX #8475EA Medium Slate Blue

📋 copy color: '#8475EA'

red 132 ◦ green 117 ◦ blue 234

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

Shades of Medium Slate Blue #8475EA

Tints of Medium Slate Blue #8475EA

RGB

 RED value IS 132 (51.95% from 255) = 27.33%

 GREEN value IS 117 (46.09% from 255) = 24.22%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 27.33%
G = 24.22%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8475EA (or 0x8475EA) is known color: Medium Slate Blue. HEX triplet: 84, 75 and EA. RGB value is (132,117,234). Sum of RGB (Red+Green+Blue) = 132+117+234=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8475EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8475EA is #7B8A15. Grayscale: #868686. Windows color (decimal): -8096278 or 15365508. OLE color: 15365508.

HSL color Cylindrical-coordinate representation of color #8475EA: hue angle of 247.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8475EA is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 117 234 -
CMYK 0.44 0.5 0 0.08
HSL 247.69º 0.74% 0.69% -
HSV(B) 247.69º 0.5% 0.92% -
XYZ 30.73 23.57 80.77 -
YUV 134.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 132 117 234 0.44 0.5 0 0.08 247.69 0.74 0.69
Hex 84 75 EA 2C 32 0 8 F8 4A 45
Octal 204 165 352 54 62 0 10 370 112 105
Binary 10000100 1110101 11101010 101100 110010 0 1000 11111000 1001010 1000101

Color Harmonies of #8475EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475EA

Black with #8475EA

Text Example


Text Example

White with #8475EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8475EA; }

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

 H1.HeaderClassName
 {
   color: #8475EA;
 }
 .AnyTagClassName
 {
   color: #8475EA;
 }
</style>

background-color css

<style>
 a { background-color: #8475EA; }

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

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

border-color css

<style>
 span { border-color: #8475EA; }

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

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