Html Css Color HEX #745AFA Medium Slate Blue

📋 copy color: '#745AFA'

red 116 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #745AFA

Tints of Medium Slate Blue #745AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

 BLUE value IS 250 (98.05% from 255) = 54.82%

R = 25.44%
G = 19.74%
B = 54.82%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#745AFA (or 0x745AFA) is known color: Medium Slate Blue. HEX triplet: 74, 5A and FA. RGB value is (116,90,250). Sum of RGB (Red+Green+Blue) = 116+90+250=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #745AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745AFA is #8BA505. Grayscale: #737373. Windows color (decimal): -9151750 or 16407156. OLE color: 16407156.

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

Color convert

RGB 116 90 250 -
CMYK 0.54 0.64 0 0.02
HSL 249.75º 0.94% 0.67% -
HSV(B) 249.75º 0.64% 0.98% -
XYZ 28.11 17.93 92.42 -
YUV 116.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 116 90 250 0.54 0.64 0 0.02 249.75 0.94 0.67
Hex 74 5A FA 36 40 0 2 FA 5E 43
Octal 164 132 372 66 100 0 2 372 136 103
Binary 1110100 1011010 11111010 110110 1000000 0 10 11111010 1011110 1000011

Color Harmonies of #745AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AFA

Black with #745AFA

Text Example


Text Example

White with #745AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,90,250); }

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

background-color css

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

 a { background-color: rgb(116,90,250); }

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

border-color css

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

 span { border-color: rgb(116,90,250); }

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