Html Css Color HEX #8258E4 Medium Slate Blue

📋 copy color: '#8258E4'

red 130 ◦ green 88 ◦ blue 228

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

Shades of Medium Slate Blue #8258E4

Tints of Medium Slate Blue #8258E4

RGB

 RED value IS 130 (51.17% from 255) = 29.15%

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

 BLUE value IS 228 (89.45% from 255) = 51.12%

R = 29.15%
G = 19.73%
B = 51.12%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8258E4 (or 0x8258E4) is known color: Medium Slate Blue. HEX triplet: 82, 58 and E4. RGB value is (130,88,228). Sum of RGB (Red+Green+Blue) = 130+88+228=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #8258E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258E4 is #7DA71B. Grayscale: #737373. Windows color (decimal): -8234780 or 14964866. OLE color: 14964866.

HSL color Cylindrical-coordinate representation of color #8258E4: hue angle of 258º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8258E4 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 88 228 -
CMYK 0.43 0.61 0 0.11
HSL 258º 0.72% 0.62% -
HSV(B) 258º 0.61% 0.89% -
XYZ 26.7 17.33 75.34 -
YUV 116.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 130 88 228 0.43 0.61 0 0.11 258 0.72 0.62
Hex 82 58 E4 2B 3D 0 B 102 48 3E
Octal 202 130 344 53 75 0 13 402 110 76
Binary 10000010 1011000 11100100 101011 111101 0 1011 100000010 1001000 111110

Color Harmonies of #8258E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258E4

Black with #8258E4

Text Example


Text Example

White with #8258E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8258E4; }

 p { color: rgb(130,88,228); }

 H1.HeaderClassName
 {
   color: #8258E4;
 }
 .AnyTagClassName
 {
   color: #8258E4;
 }
</style>

background-color css

<style>
 a { background-color: #8258E4; }

 a { background-color: rgb(130,88,228); }

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

border-color css

<style>
 span { border-color: #8258E4; }

 span { border-color: rgb(130,88,228); }

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