Html Css Color HEX #745ADF Slate Blue

📋 copy color: '#745ADF'

red 116 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #745ADF

Tints of Slate Blue #745ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 223 (87.5% from 255) = 51.98%

R = 27.04%
G = 20.98%
B = 51.98%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#745ADF (or 0x745ADF) is known color: Slate Blue. HEX triplet: 74, 5A and DF. RGB value is (116,90,223). Sum of RGB (Red+Green+Blue) = 116+90+223=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #745ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ADF is #8BA520. Grayscale: #707070. Windows color (decimal): -9151777 or 14637684. OLE color: 14637684.

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

Color convert

RGB 116 90 223 -
CMYK 0.48 0.60 0 0.13
HSL 251.73º 0.68% 0.61% -
HSV(B) 251.73º 0.6% 0.87% -
XYZ 24.18 16.35 71.69 -
YUV 112.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 116 90 223 0.48 0.60 0 0.13 251.73 0.68 0.61
Hex 74 5A DF 30 3C 0 D FC 44 3D
Octal 164 132 337 60 74 0 15 374 104 75
Binary 1110100 1011010 11011111 110000 111100 0 1101 11111100 1000100 111101

Color Harmonies of #745ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745ADF

Black with #745ADF

Text Example


Text Example

White with #745ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,90,223); }

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

background-color css

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

 a { background-color: rgb(116,90,223); }

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

border-color css

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

 span { border-color: rgb(116,90,223); }

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