Html Css Color HEX #8269EC Medium Slate Blue

📋 copy color: '#8269EC'

red 130 ◦ green 105 ◦ blue 236

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

Shades of Medium Slate Blue #8269EC

Tints of Medium Slate Blue #8269EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.29%

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

R = 27.6%
G = 22.29%
B = 50.11%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8269EC (or 0x8269EC) is known color: Medium Slate Blue. HEX triplet: 82, 69 and EC. RGB value is (130,105,236). Sum of RGB (Red+Green+Blue) = 130+105+236=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #8269EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8269EC is #7D9613. Grayscale: #7E7E7E. Windows color (decimal): -8230420 or 15493506. OLE color: 15493506.

HSL color Cylindrical-coordinate representation of color #8269EC: hue angle of 251.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8269EC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 105 236 -
CMYK 0.45 0.56 0 0.07
HSL 251.45º 0.78% 0.67% -
HSV(B) 251.45º 0.56% 0.93% -
XYZ 29.4 20.91 81.84 -
YUV 127.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 130 105 236 0.45 0.56 0 0.07 251.45 0.78 0.67
Hex 82 69 EC 2D 38 0 7 FB 4E 43
Octal 202 151 354 55 70 0 7 373 116 103
Binary 10000010 1101001 11101100 101101 111000 0 111 11111011 1001110 1000011

Color Harmonies of #8269EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269EC

Black with #8269EC

Text Example


Text Example

White with #8269EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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