Html Css Color HEX #745DDB Slate Blue

📋 copy color: '#745DDB'

red 116 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #745DDB

Tints of Slate Blue #745DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.73%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 27.1%
G = 21.73%
B = 51.17%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#745DDB (or 0x745DDB) is known color: Slate Blue. HEX triplet: 74, 5D and DB. RGB value is (116,93,219). Sum of RGB (Red+Green+Blue) = 116+93+219=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #745DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DDB is #8BA224. Grayscale: #717171. Windows color (decimal): -9151013 or 14376308. OLE color: 14376308.

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

Color convert

RGB 116 93 219 -
CMYK 0.47 0.58 0 0.14
HSL 250.95º 0.64% 0.61% -
HSV(B) 250.95º 0.58% 0.86% -
XYZ 23.9 16.66 68.97 -
YUV 114.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 116 93 219 0.47 0.58 0 0.14 250.95 0.64 0.61
Hex 74 5D DB 2F 3A 0 E FB 40 3D
Octal 164 135 333 57 72 0 16 373 100 75
Binary 1110100 1011101 11011011 101111 111010 0 1110 11111011 1000000 111101

Color Harmonies of #745DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DDB

Black with #745DDB

Text Example


Text Example

White with #745DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,219); }

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

background-color css

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

 a { background-color: rgb(116,93,219); }

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

border-color css

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

 span { border-color: rgb(116,93,219); }

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