Html Css Color HEX #854CFC Medium Slate Blue

📋 copy color: '#854CFC'

red 133 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #854CFC

Tints of Medium Slate Blue #854CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.66%

R = 28.85%
G = 16.49%
B = 54.66%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#854CFC (or 0x854CFC) is known color: Medium Slate Blue. HEX triplet: 85, 4C and FC. RGB value is (133,76,252). Sum of RGB (Red+Green+Blue) = 133+76+252=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #854CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854CFC is #7AB303. Grayscale: #707070. Windows color (decimal): -8041220 or 16534661. OLE color: 16534661.

HSL color Cylindrical-coordinate representation of color #854CFC: hue angle of 259.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854CFC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 76 252 -
CMYK 0.47 0.70 0 0.01
HSL 259.43º 0.97% 0.64% -
HSV(B) 259.43º 0.7% 0.99% -
XYZ 29.83 17.18 93.84 -
YUV 113.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 133 76 252 0.47 0.70 0 0.01 259.43 0.97 0.64
Hex 85 4C FC 2F 46 0 1 103 61 40
Octal 205 114 374 57 106 0 1 403 141 100
Binary 10000101 1001100 11111100 101111 1000110 0 1 100000011 1100001 1000000

Color Harmonies of #854CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854CFC

Black with #854CFC

Text Example


Text Example

White with #854CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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