Html Css Color HEX #8258DF Medium Slate Blue

📋 copy color: '#8258DF'

red 130 ◦ green 88 ◦ blue 223

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

Shades of Medium Slate Blue #8258DF

Tints of Medium Slate Blue #8258DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 29.48%
G = 19.95%
B = 50.57%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8258DF (or 0x8258DF) is known color: Medium Slate Blue. HEX triplet: 82, 58 and DF. RGB value is (130,88,223). Sum of RGB (Red+Green+Blue) = 130+88+223=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #8258DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258DF is #7DA720. Grayscale: #737373. Windows color (decimal): -8234785 or 14637186. OLE color: 14637186.

HSL color Cylindrical-coordinate representation of color #8258DF: hue angle of 258.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8258DF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 88 223 -
CMYK 0.42 0.61 0 0.13
HSL 258.67º 0.68% 0.61% -
HSV(B) 258.67º 0.61% 0.87% -
XYZ 26.01 17.05 71.73 -
YUV 115.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 130 88 223 0.42 0.61 0 0.13 258.67 0.68 0.61
Hex 82 58 DF 2A 3D 0 D 103 44 3D
Octal 202 130 337 52 75 0 15 403 104 75
Binary 10000010 1011000 11011111 101010 111101 0 1101 100000011 1000100 111101

Color Harmonies of #8258DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258DF

Black with #8258DF

Text Example


Text Example

White with #8258DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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