Html Css Color HEX #805BF2 Medium Slate Blue

📋 copy color: '#805BF2'

red 128 ◦ green 91 ◦ blue 242

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

Shades of Medium Slate Blue #805BF2

Tints of Medium Slate Blue #805BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.74%

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

R = 27.77%
G = 19.74%
B = 52.49%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#805BF2 (or 0x805BF2) is known color: Medium Slate Blue. HEX triplet: 80, 5B and F2. RGB value is (128,91,242). Sum of RGB (Red+Green+Blue) = 128+91+242=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #805BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BF2 is #7FA40D. Grayscale: #767676. Windows color (decimal): -8365070 or 15883136. OLE color: 15883136.

HSL color Cylindrical-coordinate representation of color #805BF2: hue angle of 254.7º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805BF2 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 91 242 -
CMYK 0.47 0.62 0 0.05
HSL 254.7º 0.85% 0.65% -
HSV(B) 254.7º 0.62% 0.95% -
XYZ 28.67 18.48 86.06 -
YUV 119.28 197.26 134.22 -
System Red Green Blue C M Y K H S L
Decimal 128 91 242 0.47 0.62 0 0.05 254.7 0.85 0.65
Hex 80 5B F2 2F 3E 0 5 FF 55 41
Octal 200 133 362 57 76 0 5 377 125 101
Binary 10000000 1011011 11110010 101111 111110 0 101 11111111 1010101 1000001

Color Harmonies of #805BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BF2

Black with #805BF2

Text Example


Text Example

White with #805BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,242); }

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

background-color css

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

 a { background-color: rgb(128,91,242); }

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

border-color css

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

 span { border-color: rgb(128,91,242); }

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