Html Css Color HEX #8269E8 Medium Slate Blue

📋 copy color: '#8269E8'

red 130 ◦ green 105 ◦ blue 232

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

Shades of Medium Slate Blue #8269E8

Tints of Medium Slate Blue #8269E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 27.84%
G = 22.48%
B = 49.68%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8269E8 (or 0x8269E8) is known color: Medium Slate Blue. HEX triplet: 82, 69 and E8. RGB value is (130,105,232). Sum of RGB (Red+Green+Blue) = 130+105+232=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #8269E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8269E8 is #7D9617. Grayscale: #7E7E7E. Windows color (decimal): -8230424 or 15231362. OLE color: 15231362.

HSL color Cylindrical-coordinate representation of color #8269E8: hue angle of 251.81º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8269E8 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 105 232 -
CMYK 0.44 0.55 0 0.09
HSL 251.81º 0.73% 0.66% -
HSV(B) 251.81º 0.55% 0.91% -
XYZ 28.82 20.68 78.82 -
YUV 126.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 130 105 232 0.44 0.55 0 0.09 251.81 0.73 0.66
Hex 82 69 E8 2C 37 0 9 FC 49 42
Octal 202 151 350 54 67 0 11 374 111 102
Binary 10000010 1101001 11101000 101100 110111 0 1001 11111100 1001001 1000010

Color Harmonies of #8269E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269E8

Black with #8269E8

Text Example


Text Example

White with #8269E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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