Html Css Color HEX #8062FA Medium Slate Blue

📋 copy color: '#8062FA'

red 128 ◦ green 98 ◦ blue 250

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

Shades of Medium Slate Blue #8062FA

Tints of Medium Slate Blue #8062FA

RGB

 RED value IS 128 (50.39% from 255) = 26.89%

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

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 26.89%
G = 20.59%
B = 52.52%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8062FA (or 0x8062FA) is known color: Medium Slate Blue. HEX triplet: 80, 62 and FA. RGB value is (128,98,250). Sum of RGB (Red+Green+Blue) = 128+98+250=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #8062FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8062FA is #7F9D05. Grayscale: #7B7B7B. Windows color (decimal): -8363270 or 16409216. OLE color: 16409216.

HSL color Cylindrical-coordinate representation of color #8062FA: hue angle of 251.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8062FA is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 98 250 -
CMYK 0.49 0.61 0 0.02
HSL 251.84º 0.94% 0.68% -
HSV(B) 251.84º 0.61% 0.98% -
XYZ 30.53 20.23 92.74 -
YUV 124.3 198.94 130.64 -
System Red Green Blue C M Y K H S L
Decimal 128 98 250 0.49 0.61 0 0.02 251.84 0.94 0.68
Hex 80 62 FA 31 3D 0 2 FC 5E 44
Octal 200 142 372 61 75 0 2 374 136 104
Binary 10000000 1100010 11111010 110001 111101 0 10 11111100 1011110 1000100

Color Harmonies of #8062FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8062FA

Black with #8062FA

Text Example


Text Example

White with #8062FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8062FA; }

 p { color: rgb(128,98,250); }

 H1.HeaderClassName
 {
   color: #8062FA;
 }
 .AnyTagClassName
 {
   color: #8062FA;
 }
</style>

background-color css

<style>
 a { background-color: #8062FA; }

 a { background-color: rgb(128,98,250); }

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

border-color css

<style>
 span { border-color: #8062FA; }

 span { border-color: rgb(128,98,250); }

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