Html Css Color HEX #8258E6 Medium Slate Blue

📋 copy color: '#8258E6'

red 130 ◦ green 88 ◦ blue 230

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

Shades of Medium Slate Blue #8258E6

Tints of Medium Slate Blue #8258E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.34%

R = 29.02%
G = 19.64%
B = 51.34%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8258E6 (or 0x8258E6) is known color: Medium Slate Blue. HEX triplet: 82, 58 and E6. RGB value is (130,88,230). Sum of RGB (Red+Green+Blue) = 130+88+230=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #8258E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258E6 is #7DA719. Grayscale: #747474. Windows color (decimal): -8234778 or 15095938. OLE color: 15095938.

HSL color Cylindrical-coordinate representation of color #8258E6: hue angle of 257.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8258E6 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 88 230 -
CMYK 0.43 0.62 0 0.10
HSL 257.75º 0.74% 0.62% -
HSV(B) 257.75º 0.62% 0.9% -
XYZ 26.98 17.44 76.81 -
YUV 116.75 191.91 137.45 -
System Red Green Blue C M Y K H S L
Decimal 130 88 230 0.43 0.62 0 0.10 257.75 0.74 0.62
Hex 82 58 E6 2B 3E 0 A 102 4A 3E
Octal 202 130 346 53 76 0 12 402 112 76
Binary 10000010 1011000 11100110 101011 111110 0 1010 100000010 1001010 111110

Color Harmonies of #8258E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258E6

Black with #8258E6

Text Example


Text Example

White with #8258E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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