Html Css Color HEX #745DCA Slate Blue

📋 copy color: '#745DCA'

red 116 ◦ green 93 ◦ blue 202

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

Shades of Slate Blue #745DCA

Tints of Slate Blue #745DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.63%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 28.22%
G = 22.63%
B = 49.15%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#745DCA (or 0x745DCA) is known color: Slate Blue. HEX triplet: 74, 5D and CA. RGB value is (116,93,202). Sum of RGB (Red+Green+Blue) = 116+93+202=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #745DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DCA is #8BA235. Grayscale: #6F6F6F. Windows color (decimal): -9151030 or 13262196. OLE color: 13262196.

HSL color Cylindrical-coordinate representation of color #745DCA: hue angle of 252.66º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #745DCA is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 93 202 -
CMYK 0.43 0.54 0 0.21
HSL 252.66º 0.51% 0.58% -
HSV(B) 252.66º 0.54% 0.79% -
XYZ 21.78 15.81 57.78 -
YUV 112.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 116 93 202 0.43 0.54 0 0.21 252.66 0.51 0.58
Hex 74 5D CA 2B 36 0 15 FD 33 3A
Octal 164 135 312 53 66 0 25 375 63 72
Binary 1110100 1011101 11001010 101011 110110 0 10101 11111101 110011 111010

Color Harmonies of #745DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DCA

Black with #745DCA

Text Example


Text Example

White with #745DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,202); }

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

background-color css

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

 a { background-color: rgb(116,93,202); }

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

border-color css

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

 span { border-color: rgb(116,93,202); }

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