Html Css Color HEX #854CF2 Medium Slate Blue

📋 copy color: '#854CF2'

red 133 ◦ green 76 ◦ blue 242

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

Shades of Medium Slate Blue #854CF2

Tints of Medium Slate Blue #854CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 29.49%
G = 16.85%
B = 53.66%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#854CF2 (or 0x854CF2) is known color: Medium Slate Blue. HEX triplet: 85, 4C and F2. RGB value is (133,76,242). Sum of RGB (Red+Green+Blue) = 133+76+242=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #854CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CF2 is #7AB30D. Grayscale: #6F6F6F. Windows color (decimal): -8041230 or 15879301. OLE color: 15879301.

HSL color Cylindrical-coordinate representation of color #854CF2: hue angle of 260.6º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #854CF2 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 76 242 -
CMYK 0.45 0.69 0 0.05
HSL 260.6º 0.86% 0.62% -
HSV(B) 260.6º 0.69% 0.95% -
XYZ 28.28 16.57 85.71 -
YUV 111.97 201.38 143 -
System Red Green Blue C M Y K H S L
Decimal 133 76 242 0.45 0.69 0 0.05 260.6 0.86 0.62
Hex 85 4C F2 2D 45 0 5 105 56 3E
Octal 205 114 362 55 105 0 5 405 126 76
Binary 10000101 1001100 11110010 101101 1000101 0 101 100000101 1010110 111110

Color Harmonies of #854CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CF2

Black with #854CF2

Text Example


Text Example

White with #854CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854CF2; }

 p { color: rgb(133,76,242); }

 H1.HeaderClassName
 {
   color: #854CF2;
 }
 .AnyTagClassName
 {
   color: #854CF2;
 }
</style>

background-color css

<style>
 a { background-color: #854CF2; }

 a { background-color: rgb(133,76,242); }

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

border-color css

<style>
 span { border-color: #854CF2; }

 span { border-color: rgb(133,76,242); }

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