Html Css Color HEX #745BC5 Slate Blue

📋 copy color: '#745BC5'

red 116 ◦ green 91 ◦ blue 197

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

Shades of Slate Blue #745BC5

Tints of Slate Blue #745BC5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 197 (77.34% from 255) = 48.76%

R = 28.71%
G = 22.52%
B = 48.76%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#745BC5 (or 0x745BC5) is known color: Slate Blue. HEX triplet: 74, 5B and C5. RGB value is (116,91,197). Sum of RGB (Red+Green+Blue) = 116+91+197=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 197 (77.34% from 255 or 48.76% from 404); Max value from RGB is 197 - color contains mainly: blue. Hex color #745BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BC5 is #8BA43A. Grayscale: #6E6E6E. Windows color (decimal): -9151547 or 12934004. OLE color: 12934004.

HSL color Cylindrical-coordinate representation of color #745BC5: hue angle of 254.15º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745BC5 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 91 197 -
CMYK 0.41 0.54 0 0.23
HSL 254.15º 0.48% 0.56% -
HSV(B) 254.15º 0.54% 0.77% -
XYZ 21.02 15.23 54.65 -
YUV 110.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 116 91 197 0.41 0.54 0 0.23 254.15 0.48 0.56
Hex 74 5B C5 29 36 0 17 FE 30 38
Octal 164 133 305 51 66 0 27 376 60 70
Binary 1110100 1011011 11000101 101001 110110 0 10111 11111110 110000 111000

Color Harmonies of #745BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BC5

Black with #745BC5

Text Example


Text Example

White with #745BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,197); }

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

background-color css

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

 a { background-color: rgb(116,91,197); }

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

border-color css

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

 span { border-color: rgb(116,91,197); }

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