Html Css Color HEX #745ECF Slate Blue

📋 copy color: '#745ECF'

red 116 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #745ECF

Tints of Slate Blue #745ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 207 (81.25% from 255) = 49.64%

R = 27.82%
G = 22.54%
B = 49.64%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#745ECF (or 0x745ECF) is known color: Slate Blue. HEX triplet: 74, 5E and CF. RGB value is (116,94,207). Sum of RGB (Red+Green+Blue) = 116+94+207=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #745ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ECF is #8BA130. Grayscale: #717171. Windows color (decimal): -9150769 or 13590132. OLE color: 13590132.

HSL color Cylindrical-coordinate representation of color #745ECF: hue angle of 251.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745ECF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 94 207 -
CMYK 0.44 0.55 0 0.19
HSL 251.68º 0.54% 0.59% -
HSV(B) 251.68º 0.55% 0.81% -
XYZ 22.47 16.22 60.98 -
YUV 113.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 116 94 207 0.44 0.55 0 0.19 251.68 0.54 0.59
Hex 74 5E CF 2C 37 0 13 FC 36 3B
Octal 164 136 317 54 67 0 23 374 66 73
Binary 1110100 1011110 11001111 101100 110111 0 10011 11111100 110110 111011

Color Harmonies of #745ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745ECF

Black with #745ECF

Text Example


Text Example

White with #745ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,94,207); }

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

background-color css

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

 a { background-color: rgb(116,94,207); }

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

border-color css

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

 span { border-color: rgb(116,94,207); }

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