Html Css Color HEX #745FC2 Slate Blue

📋 copy color: '#745FC2'

red 116 ◦ green 95 ◦ blue 194

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

Shades of Slate Blue #745FC2

Tints of Slate Blue #745FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 28.64%
G = 23.46%
B = 47.9%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#745FC2 (or 0x745FC2) is known color: Slate Blue. HEX triplet: 74, 5F and C2. RGB value is (116,95,194). Sum of RGB (Red+Green+Blue) = 116+95+194=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #745FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FC2 is #8BA03D. Grayscale: #707070. Windows color (decimal): -9150526 or 12738420. OLE color: 12738420.

HSL color Cylindrical-coordinate representation of color #745FC2: hue angle of 252.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745FC2 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 95 194 -
CMYK 0.40 0.51 0 0.24
HSL 252.73º 0.45% 0.57% -
HSV(B) 252.73º 0.51% 0.76% -
XYZ 21.03 15.79 52.98 -
YUV 112.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 116 95 194 0.40 0.51 0 0.24 252.73 0.45 0.57
Hex 74 5F C2 28 33 0 18 FD 2D 39
Octal 164 137 302 50 63 0 30 375 55 71
Binary 1110100 1011111 11000010 101000 110011 0 11000 11111101 101101 111001

Color Harmonies of #745FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FC2

Black with #745FC2

Text Example


Text Example

White with #745FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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