Html Css Color HEX #745FCD Slate Blue

📋 copy color: '#745FCD'

red 116 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #745FCD

Tints of Slate Blue #745FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 27.88%
G = 22.84%
B = 49.28%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#745FCD (or 0x745FCD) is known color: Slate Blue. HEX triplet: 74, 5F and CD. RGB value is (116,95,205). Sum of RGB (Red+Green+Blue) = 116+95+205=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #745FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FCD is #8BA032. Grayscale: #717171. Windows color (decimal): -9150515 or 13459316. OLE color: 13459316.

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

Color convert

RGB 116 95 205 -
CMYK 0.43 0.54 0 0.20
HSL 251.45º 0.52% 0.59% -
HSV(B) 251.45º 0.54% 0.8% -
XYZ 22.31 16.31 59.73 -
YUV 113.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 116 95 205 0.43 0.54 0 0.20 251.45 0.52 0.59
Hex 74 5F CD 2B 36 0 14 FB 34 3B
Octal 164 137 315 53 66 0 24 373 64 73
Binary 1110100 1011111 11001101 101011 110110 0 10100 11111011 110100 111011

Color Harmonies of #745FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FCD

Black with #745FCD

Text Example


Text Example

White with #745FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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