Html Css Color HEX #805AF8 Medium Slate Blue

📋 copy color: '#805AF8'

red 128 ◦ green 90 ◦ blue 248

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

Shades of Medium Slate Blue #805AF8

Tints of Medium Slate Blue #805AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 248 (97.27% from 255) = 53.22%

R = 27.47%
G = 19.31%
B = 53.22%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#805AF8 (or 0x805AF8) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F8. RGB value is (128,90,248). Sum of RGB (Red+Green+Blue) = 128+90+248=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #805AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF8 is #7FA507. Grayscale: #767676. Windows color (decimal): -8365320 or 16276096. OLE color: 16276096.

HSL color Cylindrical-coordinate representation of color #805AF8: hue angle of 254.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805AF8 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 90 248 -
CMYK 0.48 0.64 0 0.03
HSL 254.43º 0.92% 0.66% -
HSV(B) 254.43º 0.64% 0.97% -
XYZ 29.5 18.68 90.86 -
YUV 119.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 128 90 248 0.48 0.64 0 0.03 254.43 0.92 0.66
Hex 80 5A F8 30 40 0 3 FE 5C 42
Octal 200 132 370 60 100 0 3 376 134 102
Binary 10000000 1011010 11111000 110000 1000000 0 11 11111110 1011100 1000010

Color Harmonies of #805AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AF8

Black with #805AF8

Text Example


Text Example

White with #805AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805AF8; }

 p { color: rgb(128,90,248); }

 H1.HeaderClassName
 {
   color: #805AF8;
 }
 .AnyTagClassName
 {
   color: #805AF8;
 }
</style>

background-color css

<style>
 a { background-color: #805AF8; }

 a { background-color: rgb(128,90,248); }

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

border-color css

<style>
 span { border-color: #805AF8; }

 span { border-color: rgb(128,90,248); }

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