Html Css Color HEX #855EF4 Medium Slate Blue

📋 copy color: '#855EF4'

red 133 ◦ green 94 ◦ blue 244

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

Shades of Medium Slate Blue #855EF4

Tints of Medium Slate Blue #855EF4

RGB

 RED value IS 133 (52.34% from 255) = 28.24%

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 244 (95.7% from 255) = 51.8%

R = 28.24%
G = 19.96%
B = 51.8%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#855EF4 (or 0x855EF4) is known color: Medium Slate Blue. HEX triplet: 85, 5E and F4. RGB value is (133,94,244). Sum of RGB (Red+Green+Blue) = 133+94+244=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #855EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EF4 is #7AA10B. Grayscale: #7A7A7A. Windows color (decimal): -8036620 or 16014981. OLE color: 16014981.

HSL color Cylindrical-coordinate representation of color #855EF4: hue angle of 255.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855EF4 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 94 244 -
CMYK 0.45 0.61 0 0.04
HSL 255.6º 0.87% 0.66% -
HSV(B) 255.6º 0.61% 0.96% -
XYZ 30 19.52 87.77 -
YUV 122.76 196.42 135.3 -
System Red Green Blue C M Y K H S L
Decimal 133 94 244 0.45 0.61 0 0.04 255.6 0.87 0.66
Hex 85 5E F4 2D 3D 0 4 100 57 42
Octal 205 136 364 55 75 0 4 400 127 102
Binary 10000101 1011110 11110100 101101 111101 0 100 100000000 1010111 1000010

Color Harmonies of #855EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EF4

Black with #855EF4

Text Example


Text Example

White with #855EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855EF4; }

 p { color: rgb(133,94,244); }

 H1.HeaderClassName
 {
   color: #855EF4;
 }
 .AnyTagClassName
 {
   color: #855EF4;
 }
</style>

background-color css

<style>
 a { background-color: #855EF4; }

 a { background-color: rgb(133,94,244); }

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

border-color css

<style>
 span { border-color: #855EF4; }

 span { border-color: rgb(133,94,244); }

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