Html Css Color HEX #745FD4 Slate Blue

📋 copy color: '#745FD4'

red 116 ◦ green 95 ◦ blue 212

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

Shades of Slate Blue #745FD4

Tints of Slate Blue #745FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.12%

R = 27.42%
G = 22.46%
B = 50.12%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#745FD4 (or 0x745FD4) is known color: Slate Blue. HEX triplet: 74, 5F and D4. RGB value is (116,95,212). Sum of RGB (Red+Green+Blue) = 116+95+212=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #745FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745FD4 is #8BA02B. Grayscale: #727272. Windows color (decimal): -9150508 or 13918068. OLE color: 13918068.

HSL color Cylindrical-coordinate representation of color #745FD4: hue angle of 250.77º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745FD4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 95 212 -
CMYK 0.45 0.55 0 0.17
HSL 250.77º 0.58% 0.6% -
HSV(B) 250.77º 0.55% 0.83% -
XYZ 23.18 16.65 64.28 -
YUV 114.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 116 95 212 0.45 0.55 0 0.17 250.77 0.58 0.6
Hex 74 5F D4 2D 37 0 11 FB 3A 3C
Octal 164 137 324 55 67 0 21 373 72 74
Binary 1110100 1011111 11010100 101101 110111 0 10001 11111011 111010 111100

Color Harmonies of #745FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FD4

Black with #745FD4

Text Example


Text Example

White with #745FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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