Html Css Color HEX #8A62F2 Medium Slate Blue

📋 copy color: '#8A62F2'

red 138 ◦ green 98 ◦ blue 242

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

Shades of Medium Slate Blue #8A62F2

Tints of Medium Slate Blue #8A62F2

RGB

 RED value IS 138 (54.3% from 255) = 28.87%

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

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 28.87%
G = 20.5%
B = 50.63%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8A62F2 (or 0x8A62F2) is known color: Medium Slate Blue. HEX triplet: 8A, 62 and F2. RGB value is (138,98,242). Sum of RGB (Red+Green+Blue) = 138+98+242=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A62F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A62F2 is #759D0D. Grayscale: #7D7D7D. Windows color (decimal): -7707918 or 15884938. OLE color: 15884938.

HSL color Cylindrical-coordinate representation of color #8A62F2: hue angle of 256.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A62F2 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 98 242 -
CMYK 0.43 0.60 0 0.05
HSL 256.67º 0.85% 0.67% -
HSV(B) 256.67º 0.6% 0.95% -
XYZ 30.88 20.55 86.34 -
YUV 126.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 138 98 242 0.43 0.60 0 0.05 256.67 0.85 0.67
Hex 8A 62 F2 2B 3C 0 5 101 55 43
Octal 212 142 362 53 74 0 5 401 125 103
Binary 10001010 1100010 11110010 101011 111100 0 101 100000001 1010101 1000011

Color Harmonies of #8A62F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A62F2

Black with #8A62F2

Text Example


Text Example

White with #8A62F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A62F2; }

 p { color: rgb(138,98,242); }

 H1.HeaderClassName
 {
   color: #8A62F2;
 }
 .AnyTagClassName
 {
   color: #8A62F2;
 }
</style>

background-color css

<style>
 a { background-color: #8A62F2; }

 a { background-color: rgb(138,98,242); }

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

border-color css

<style>
 span { border-color: #8A62F2; }

 span { border-color: rgb(138,98,242); }

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