Html Css Color HEX #745FFB Medium Slate Blue

📋 copy color: '#745FFB'

red 116 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #745FFB

Tints of Medium Slate Blue #745FFB

RGB

 RED value IS 116 (45.7% from 255) = 25.11%

 GREEN value IS 95 (37.5% from 255) = 20.56%

 BLUE value IS 251 (98.44% from 255) = 54.33%

R = 25.11%
G = 20.56%
B = 54.33%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#745FFB (or 0x745FFB) is known color: Medium Slate Blue. HEX triplet: 74, 5F and FB. RGB value is (116,95,251). Sum of RGB (Red+Green+Blue) = 116+95+251=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #745FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745FFB is #8BA004. Grayscale: #767676. Windows color (decimal): -9150469 or 16473972. OLE color: 16473972.

HSL color Cylindrical-coordinate representation of color #745FFB: hue angle of 248.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745FFB is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 95 251 -
CMYK 0.54 0.62 0 0.02
HSL 248.08º 0.95% 0.68% -
HSV(B) 248.08º 0.62% 0.98% -
XYZ 28.71 18.86 93.39 -
YUV 119.06 202.46 125.82 -
System Red Green Blue C M Y K H S L
Decimal 116 95 251 0.54 0.62 0 0.02 248.08 0.95 0.68
Hex 74 5F FB 36 3E 0 2 F8 5F 44
Octal 164 137 373 66 76 0 2 370 137 104
Binary 1110100 1011111 11111011 110110 111110 0 10 11111000 1011111 1000100

Color Harmonies of #745FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FFB

Black with #745FFB

Text Example


Text Example

White with #745FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745FFB; }

 p { color: rgb(116,95,251); }

 H1.HeaderClassName
 {
   color: #745FFB;
 }
 .AnyTagClassName
 {
   color: #745FFB;
 }
</style>

background-color css

<style>
 a { background-color: #745FFB; }

 a { background-color: rgb(116,95,251); }

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

border-color css

<style>
 span { border-color: #745FFB; }

 span { border-color: rgb(116,95,251); }

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