Html Css Color HEX #745ACF Slate Blue

📋 copy color: '#745ACF'

red 116 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #745ACF

Tints of Slate Blue #745ACF

RGB

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

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

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

R = 28.09%
G = 21.79%
B = 50.12%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#745ACF (or 0x745ACF) is known color: Slate Blue. HEX triplet: 74, 5A and CF. RGB value is (116,90,207). Sum of RGB (Red+Green+Blue) = 116+90+207=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #745ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ACF is #8BA530. Grayscale: #6E6E6E. Windows color (decimal): -9151793 or 13589108. OLE color: 13589108.

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

Color convert

RGB 116 90 207 -
CMYK 0.44 0.57 0 0.19
HSL 253.33º 0.55% 0.58% -
HSV(B) 253.33º 0.57% 0.81% -
XYZ 22.12 15.53 60.86 -
YUV 111.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 116 90 207 0.44 0.57 0 0.19 253.33 0.55 0.58
Hex 74 5A CF 2C 39 0 13 FD 37 3A
Octal 164 132 317 54 71 0 23 375 67 72
Binary 1110100 1011010 11001111 101100 111001 0 10011 11111101 110111 111010

Color Harmonies of #745ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745ACF

Black with #745ACF

Text Example


Text Example

White with #745ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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