Html Css Color HEX #805AFD Medium Slate Blue

📋 copy color: '#805AFD'

red 128 ◦ green 90 ◦ blue 253

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

Shades of Medium Slate Blue #805AFD

Tints of Medium Slate Blue #805AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 27.18%
G = 19.11%
B = 53.72%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#805AFD (or 0x805AFD) is known color: Medium Slate Blue. HEX triplet: 80, 5A and FD. RGB value is (128,90,253). Sum of RGB (Red+Green+Blue) = 128+90+253=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #805AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AFD is #7FA502. Grayscale: #777777. Windows color (decimal): -8365315 or 16603776. OLE color: 16603776.

HSL color Cylindrical-coordinate representation of color #805AFD: hue angle of 253.99º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805AFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 90 253 -
CMYK 0.49 0.64 0 0.01
HSL 253.99º 0.98% 0.67% -
HSV(B) 253.99º 0.64% 0.99% -
XYZ 30.29 18.99 95 -
YUV 119.94 203.09 133.75 -
System Red Green Blue C M Y K H S L
Decimal 128 90 253 0.49 0.64 0 0.01 253.99 0.98 0.67
Hex 80 5A FD 31 40 0 1 FE 62 43
Octal 200 132 375 61 100 0 1 376 142 103
Binary 10000000 1011010 11111101 110001 1000000 0 1 11111110 1100010 1000011

Color Harmonies of #805AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805AFD

Black with #805AFD

Text Example


Text Example

White with #805AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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