Html Css Color HEX #8262E8 Medium Slate Blue

📋 copy color: '#8262E8'

red 130 ◦ green 98 ◦ blue 232

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

Shades of Medium Slate Blue #8262E8

Tints of Medium Slate Blue #8262E8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

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

R = 28.26%
G = 21.3%
B = 50.43%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8262E8 (or 0x8262E8) is known color: Medium Slate Blue. HEX triplet: 82, 62 and E8. RGB value is (130,98,232). Sum of RGB (Red+Green+Blue) = 130+98+232=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #8262E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262E8 is #7D9D17. Grayscale: #7A7A7A. Windows color (decimal): -8232216 or 15229570. OLE color: 15229570.

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

Color convert

RGB 130 98 232 -
CMYK 0.44 0.58 0 0.09
HSL 254.33º 0.74% 0.65% -
HSV(B) 254.33º 0.58% 0.91% -
XYZ 28.14 19.31 78.59 -
YUV 122.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 130 98 232 0.44 0.58 0 0.09 254.33 0.74 0.65
Hex 82 62 E8 2C 3A 0 9 FE 4A 41
Octal 202 142 350 54 72 0 11 376 112 101
Binary 10000010 1100010 11101000 101100 111010 0 1001 11111110 1001010 1000001

Color Harmonies of #8262E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262E8

Black with #8262E8

Text Example


Text Example

White with #8262E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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