Html Css Color HEX #8462ED Medium Slate Blue

📋 copy color: '#8462ED'

red 132 ◦ green 98 ◦ blue 237

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

Shades of Medium Slate Blue #8462ED

Tints of Medium Slate Blue #8462ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.99%

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 28.27%
G = 20.99%
B = 50.75%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8462ED (or 0x8462ED) is known color: Medium Slate Blue. HEX triplet: 84, 62 and ED. RGB value is (132,98,237). Sum of RGB (Red+Green+Blue) = 132+98+237=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #8462ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8462ED is #7B9D12. Grayscale: #7B7B7B. Windows color (decimal): -8101139 or 15557252. OLE color: 15557252.

HSL color Cylindrical-coordinate representation of color #8462ED: hue angle of 254.68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8462ED is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 98 237 -
CMYK 0.44 0.59 0 0.07
HSL 254.68º 0.79% 0.66% -
HSV(B) 254.68º 0.59% 0.93% -
XYZ 29.17 19.76 82.4 -
YUV 124.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 132 98 237 0.44 0.59 0 0.07 254.68 0.79 0.66
Hex 84 62 ED 2C 3B 0 7 FF 4F 42
Octal 204 142 355 54 73 0 7 377 117 102
Binary 10000100 1100010 11101101 101100 111011 0 111 11111111 1001111 1000010

Color Harmonies of #8462ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8462ED

Black with #8462ED

Text Example


Text Example

White with #8462ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8462ED; }

 p { color: rgb(132,98,237); }

 H1.HeaderClassName
 {
   color: #8462ED;
 }
 .AnyTagClassName
 {
   color: #8462ED;
 }
</style>

background-color css

<style>
 a { background-color: #8462ED; }

 a { background-color: rgb(132,98,237); }

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

border-color css

<style>
 span { border-color: #8462ED; }

 span { border-color: rgb(132,98,237); }

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