Html Css Color HEX #8262EB Medium Slate Blue

📋 copy color: '#8262EB'

red 130 ◦ green 98 ◦ blue 235

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

Shades of Medium Slate Blue #8262EB

Tints of Medium Slate Blue #8262EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 28.08%
G = 21.17%
B = 50.76%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8262EB (or 0x8262EB) is known color: Medium Slate Blue. HEX triplet: 82, 62 and EB. RGB value is (130,98,235). Sum of RGB (Red+Green+Blue) = 130+98+235=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #8262EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8262EB is #7D9D14. Grayscale: #7A7A7A. Windows color (decimal): -8232213 or 15426178. OLE color: 15426178.

HSL color Cylindrical-coordinate representation of color #8262EB: hue angle of 254.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8262EB is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 98 235 -
CMYK 0.45 0.58 0 0.08
HSL 254.01º 0.77% 0.65% -
HSV(B) 254.01º 0.58% 0.92% -
XYZ 28.57 19.48 80.85 -
YUV 123.19 191.1 132.86 -
System Red Green Blue C M Y K H S L
Decimal 130 98 235 0.45 0.58 0 0.08 254.01 0.77 0.65
Hex 82 62 EB 2D 3A 0 8 FE 4D 41
Octal 202 142 353 55 72 0 10 376 115 101
Binary 10000010 1100010 11101011 101101 111010 0 1000 11111110 1001101 1000001

Color Harmonies of #8262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262EB

Black with #8262EB

Text Example


Text Example

White with #8262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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