Html Css Color HEX #8058FF Medium Slate Blue

📋 copy color: '#8058FF'

red 128 ◦ green 88 ◦ blue 255

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

Shades of Medium Slate Blue #8058FF

Tints of Medium Slate Blue #8058FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.68%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 27.18%
G = 18.68%
B = 54.14%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8058FF (or 0x8058FF) is known color: Medium Slate Blue. HEX triplet: 80, 58 and FF. RGB value is (128,88,255). Sum of RGB (Red+Green+Blue) = 128+88+255=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #8058FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8058FF is #7FA700. Grayscale: #767676. Windows color (decimal): -8365825 or 16734336. OLE color: 16734336.

HSL color Cylindrical-coordinate representation of color #8058FF: hue angle of 254.37º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8058FF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 88 255 -
CMYK 0.50 0.65 0 0
HSL 254.37º 1% 0.67% -
HSV(B) 254.37º 0.65% 1% -
XYZ 30.44 18.79 96.63 -
YUV 119 204.75 134.42 -
System Red Green Blue C M Y K H S L
Decimal 128 88 255 0.50 0.65 0 0 254.37 1 0.67
Hex 80 58 FF 32 41 0 0 FE 64 43
Octal 200 130 377 62 101 0 0 376 144 103
Binary 10000000 1011000 11111111 110010 1000001 0 0 11111110 1100100 1000011

Color Harmonies of #8058FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058FF

Black with #8058FF

Text Example


Text Example

White with #8058FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8058FF; }

 p { color: rgb(128,88,255); }

 H1.HeaderClassName
 {
   color: #8058FF;
 }
 .AnyTagClassName
 {
   color: #8058FF;
 }
</style>

background-color css

<style>
 a { background-color: #8058FF; }

 a { background-color: rgb(128,88,255); }

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

border-color css

<style>
 span { border-color: #8058FF; }

 span { border-color: rgb(128,88,255); }

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