Html Css Color HEX #5F73FD Medium Slate Blue

📋 copy color: '#5F73FD'

red 95 ◦ green 115 ◦ blue 253

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

Shades of Medium Slate Blue #5F73FD

Tints of Medium Slate Blue #5F73FD

RGB

 RED value IS 95 (37.5% from 255) = 20.52%

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 20.52%
G = 24.84%
B = 54.64%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5F73FD (or 0x5F73FD) is known color: Medium Slate Blue. HEX triplet: 5F, 73 and FD. RGB value is (95,115,253). Sum of RGB (Red+Green+Blue) = 95+115+253=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F73FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F73FD is #A08C02. Grayscale: #7C7C7C. Windows color (decimal): -10521603 or 16610143. OLE color: 16610143.

HSL color Cylindrical-coordinate representation of color #5F73FD: hue angle of 232.41º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F73FD is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 115 253 -
CMYK 0.62 0.55 0 0.01
HSL 232.41º 0.98% 0.68% -
HSV(B) 232.41º 0.62% 0.99% -
XYZ 28.58 21.79 95.63 -
YUV 124.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 95 115 253 0.62 0.55 0 0.01 232.41 0.98 0.68
Hex 5F 73 FD 3E 37 0 1 E8 62 44
Octal 137 163 375 76 67 0 1 350 142 104
Binary 1011111 1110011 11111101 111110 110111 0 1 11101000 1100010 1000100

Color Harmonies of #5F73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F73FD

Black with #5F73FD

Text Example


Text Example

White with #5F73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F73FD; }

 p { color: rgb(95,115,253); }

 H1.HeaderClassName
 {
   color: #5F73FD;
 }
 .AnyTagClassName
 {
   color: #5F73FD;
 }
</style>

background-color css

<style>
 a { background-color: #5F73FD; }

 a { background-color: rgb(95,115,253); }

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

border-color css

<style>
 span { border-color: #5F73FD; }

 span { border-color: rgb(95,115,253); }

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