Html Css Color HEX #805CFB Medium Slate Blue

📋 copy color: '#805CFB'

red 128 ◦ green 92 ◦ blue 251

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

Shades of Medium Slate Blue #805CFB

Tints of Medium Slate Blue #805CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 27.18%
G = 19.53%
B = 53.29%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#805CFB (or 0x805CFB) is known color: Medium Slate Blue. HEX triplet: 80, 5C and FB. RGB value is (128,92,251). Sum of RGB (Red+Green+Blue) = 128+92+251=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #805CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CFB is #7FA304. Grayscale: #787878. Windows color (decimal): -8364805 or 16473216. OLE color: 16473216.

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

Color convert

RGB 128 92 251 -
CMYK 0.49 0.63 0 0.02
HSL 253.58º 0.95% 0.67% -
HSV(B) 253.58º 0.63% 0.98% -
XYZ 30.14 19.21 93.39 -
YUV 120.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 128 92 251 0.49 0.63 0 0.02 253.58 0.95 0.67
Hex 80 5C FB 31 3F 0 2 FE 5F 43
Octal 200 134 373 61 77 0 2 376 137 103
Binary 10000000 1011100 11111011 110001 111111 0 10 11111110 1011111 1000011

Color Harmonies of #805CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805CFB

Black with #805CFB

Text Example


Text Example

White with #805CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,92,251); }

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

background-color css

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

 a { background-color: rgb(128,92,251); }

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

border-color css

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

 span { border-color: rgb(128,92,251); }

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