Html Css Color HEX #8458F8 Medium Slate Blue

📋 copy color: '#8458F8'

red 132 ◦ green 88 ◦ blue 248

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

Shades of Medium Slate Blue #8458F8

Tints of Medium Slate Blue #8458F8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.8%

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 28.21%
G = 18.8%
B = 52.99%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8458F8 (or 0x8458F8) is known color: Medium Slate Blue. HEX triplet: 84, 58 and F8. RGB value is (132,88,248). Sum of RGB (Red+Green+Blue) = 132+88+248=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #8458F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458F8 is #7BA707. Grayscale: #767676. Windows color (decimal): -8103688 or 16275588. OLE color: 16275588.

HSL color Cylindrical-coordinate representation of color #8458F8: hue angle of 256.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8458F8 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 88 248 -
CMYK 0.47 0.65 0 0.03
HSL 256.5º 0.92% 0.66% -
HSV(B) 256.5º 0.65% 0.97% -
XYZ 29.95 18.66 90.83 -
YUV 119.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 132 88 248 0.47 0.65 0 0.03 256.5 0.92 0.66
Hex 84 58 F8 2F 41 0 3 100 5C 42
Octal 204 130 370 57 101 0 3 400 134 102
Binary 10000100 1011000 11111000 101111 1000001 0 11 100000000 1011100 1000010

Color Harmonies of #8458F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8458F8

Black with #8458F8

Text Example


Text Example

White with #8458F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8458F8; }

 p { color: rgb(132,88,248); }

 H1.HeaderClassName
 {
   color: #8458F8;
 }
 .AnyTagClassName
 {
   color: #8458F8;
 }
</style>

background-color css

<style>
 a { background-color: #8458F8; }

 a { background-color: rgb(132,88,248); }

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

border-color css

<style>
 span { border-color: #8458F8; }

 span { border-color: rgb(132,88,248); }

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