Html Css Color HEX #8275EC Medium Slate Blue

📋 copy color: '#8275EC'

red 130 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #8275EC

Tints of Medium Slate Blue #8275EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.22%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 26.92%
G = 24.22%
B = 48.86%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8275EC (or 0x8275EC) is known color: Medium Slate Blue. HEX triplet: 82, 75 and EC. RGB value is (130,117,236). Sum of RGB (Red+Green+Blue) = 130+117+236=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #8275EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8275EC is #7D8A13. Grayscale: #858585. Windows color (decimal): -8227348 or 15496578. OLE color: 15496578.

HSL color Cylindrical-coordinate representation of color #8275EC: hue angle of 246.55º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8275EC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 117 236 -
CMYK 0.45 0.50 0 0.07
HSL 246.55º 0.76% 0.69% -
HSV(B) 246.55º 0.5% 0.93% -
XYZ 30.71 23.52 82.28 -
YUV 134.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 130 117 236 0.45 0.50 0 0.07 246.55 0.76 0.69
Hex 82 75 EC 2D 32 0 7 F7 4C 45
Octal 202 165 354 55 62 0 7 367 114 105
Binary 10000010 1110101 11101100 101101 110010 0 111 11110111 1001100 1000101

Color Harmonies of #8275EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8275EC

Black with #8275EC

Text Example


Text Example

White with #8275EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8275EC; }

 p { color: rgb(130,117,236); }

 H1.HeaderClassName
 {
   color: #8275EC;
 }
 .AnyTagClassName
 {
   color: #8275EC;
 }
</style>

background-color css

<style>
 a { background-color: #8275EC; }

 a { background-color: rgb(130,117,236); }

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

border-color css

<style>
 span { border-color: #8275EC; }

 span { border-color: rgb(130,117,236); }

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