Html Css Color HEX #854AFD Medium Slate Blue

📋 copy color: '#854AFD'

red 133 ◦ green 74 ◦ blue 253

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

Shades of Medium Slate Blue #854AFD

Tints of Medium Slate Blue #854AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.09%

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

R = 28.91%
G = 16.09%
B = 55%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#854AFD (or 0x854AFD) is known color: Medium Slate Blue. HEX triplet: 85, 4A and FD. RGB value is (133,74,253). Sum of RGB (Red+Green+Blue) = 133+74+253=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #854AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #854AFD is #7AB502. Grayscale: #6F6F6F. Windows color (decimal): -8041731 or 16599685. OLE color: 16599685.

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

Color convert

RGB 133 74 253 -
CMYK 0.47 0.71 0 0.01
HSL 259.78º 0.98% 0.64% -
HSV(B) 259.78º 0.71% 0.99% -
XYZ 29.85 16.98 94.63 -
YUV 112.05 207.55 142.95 -
System Red Green Blue C M Y K H S L
Decimal 133 74 253 0.47 0.71 0 0.01 259.78 0.98 0.64
Hex 85 4A FD 2F 47 0 1 104 62 40
Octal 205 112 375 57 107 0 1 404 142 100
Binary 10000101 1001010 11111101 101111 1000111 0 1 100000100 1100010 1000000

Color Harmonies of #854AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854AFD

Black with #854AFD

Text Example


Text Example

White with #854AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,74,253); }

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

background-color css

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

 a { background-color: rgb(133,74,253); }

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

border-color css

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

 span { border-color: rgb(133,74,253); }

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