Html Css Color HEX #745BDE Slate Blue

📋 copy color: '#745BDE'

red 116 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #745BDE

Tints of Slate Blue #745BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 27.04%
G = 21.21%
B = 51.75%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745BDE (or 0x745BDE) is known color: Slate Blue. HEX triplet: 74, 5B and DE. RGB value is (116,91,222). Sum of RGB (Red+Green+Blue) = 116+91+222=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #745BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BDE is #8BA421. Grayscale: #707070. Windows color (decimal): -9151522 or 14572404. OLE color: 14572404.

HSL color Cylindrical-coordinate representation of color #745BDE: hue angle of 251.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745BDE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 91 222 -
CMYK 0.48 0.59 0 0.13
HSL 251.45º 0.66% 0.61% -
HSV(B) 251.45º 0.59% 0.87% -
XYZ 24.13 16.47 71.01 -
YUV 113.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 116 91 222 0.48 0.59 0 0.13 251.45 0.66 0.61
Hex 74 5B DE 30 3B 0 D FB 42 3D
Octal 164 133 336 60 73 0 15 373 102 75
Binary 1110100 1011011 11011110 110000 111011 0 1101 11111011 1000010 111101

Color Harmonies of #745BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BDE

Black with #745BDE

Text Example


Text Example

White with #745BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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