Html Css Color HEX #745CCC Slate Blue

📋 copy color: '#745CCC'

red 116 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #745CCC

Tints of Slate Blue #745CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 28.16%
G = 22.33%
B = 49.51%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#745CCC (or 0x745CCC) is known color: Slate Blue. HEX triplet: 74, 5C and CC. RGB value is (116,92,204). Sum of RGB (Red+Green+Blue) = 116+92+204=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #745CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CCC is #8BA333. Grayscale: #6F6F6F. Windows color (decimal): -9151284 or 13393012. OLE color: 13393012.

HSL color Cylindrical-coordinate representation of color #745CCC: hue angle of 252.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745CCC is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 92 204 -
CMYK 0.43 0.55 0 0.2
HSL 252.86º 0.52% 0.58% -
HSV(B) 252.86º 0.55% 0.8% -
XYZ 21.93 15.73 59.01 -
YUV 111.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 116 92 204 0.43 0.55 0 0.2 252.86 0.52 0.58
Hex 74 5C CC 2B 37 0 14 FD 34 3A
Octal 164 134 314 53 67 0 24 375 64 72
Binary 1110100 1011100 11001100 101011 110111 0 10100 11111101 110100 111010

Color Harmonies of #745CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CCC

Black with #745CCC

Text Example


Text Example

White with #745CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,92,204); }

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

background-color css

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

 a { background-color: rgb(116,92,204); }

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

border-color css

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

 span { border-color: rgb(116,92,204); }

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