Html Css Color HEX #745FCC Slate Blue

📋 copy color: '#745FCC'

red 116 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #745FCC

Tints of Slate Blue #745FCC

RGB

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

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

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

R = 27.95%
G = 22.89%
B = 49.16%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#745FCC (or 0x745FCC) is known color: Slate Blue. HEX triplet: 74, 5F and CC. RGB value is (116,95,204). Sum of RGB (Red+Green+Blue) = 116+95+204=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #745FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FCC is #8BA033. Grayscale: #717171. Windows color (decimal): -9150516 or 13393780. OLE color: 13393780.

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

Color convert

RGB 116 95 204 -
CMYK 0.43 0.53 0 0.2
HSL 251.56º 0.52% 0.59% -
HSV(B) 251.56º 0.53% 0.8% -
XYZ 22.19 16.26 59.09 -
YUV 113.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 116 95 204 0.43 0.53 0 0.2 251.56 0.52 0.59
Hex 74 5F CC 2B 35 0 14 FC 34 3B
Octal 164 137 314 53 65 0 24 374 64 73
Binary 1110100 1011111 11001100 101011 110101 0 10100 11111100 110100 111011

Color Harmonies of #745FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FCC

Black with #745FCC

Text Example


Text Example

White with #745FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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