Html Css Color HEX #745BDC Slate Blue

📋 copy color: '#745BDC'

red 116 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #745BDC

Tints of Slate Blue #745BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.31%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 27.17%
G = 21.31%
B = 51.52%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#745BDC (or 0x745BDC) is known color: Slate Blue. HEX triplet: 74, 5B and DC. RGB value is (116,91,220). Sum of RGB (Red+Green+Blue) = 116+91+220=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #745BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BDC is #8BA423. Grayscale: #707070. Windows color (decimal): -9151524 or 14441332. OLE color: 14441332.

HSL color Cylindrical-coordinate representation of color #745BDC: hue angle of 251.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745BDC is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 91 220 -
CMYK 0.47 0.59 0 0.14
HSL 251.63º 0.65% 0.61% -
HSV(B) 251.63º 0.59% 0.86% -
XYZ 23.86 16.36 69.61 -
YUV 113.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 116 91 220 0.47 0.59 0 0.14 251.63 0.65 0.61
Hex 74 5B DC 2F 3B 0 E FC 41 3D
Octal 164 133 334 57 73 0 16 374 101 75
Binary 1110100 1011011 11011100 101111 111011 0 1110 11111100 1000001 111101

Color Harmonies of #745BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BDC

Black with #745BDC

Text Example


Text Example

White with #745BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,91,220); }

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

background-color css

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

 a { background-color: rgb(116,91,220); }

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

border-color css

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

 span { border-color: rgb(116,91,220); }

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