Html Css Color HEX #745ADA Slate Blue

📋 copy color: '#745ADA'

red 116 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #745ADA

Tints of Slate Blue #745ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 27.36%
G = 21.23%
B = 51.42%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#745ADA (or 0x745ADA) is known color: Slate Blue. HEX triplet: 74, 5A and DA. RGB value is (116,90,218). Sum of RGB (Red+Green+Blue) = 116+90+218=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #745ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745ADA is #8BA525. Grayscale: #6F6F6F. Windows color (decimal): -9151782 or 14310004. OLE color: 14310004.

HSL color Cylindrical-coordinate representation of color #745ADA: hue angle of 252.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745ADA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 90 218 -
CMYK 0.47 0.59 0 0.15
HSL 252.19º 0.63% 0.6% -
HSV(B) 252.19º 0.59% 0.85% -
XYZ 23.51 16.09 68.2 -
YUV 112.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 116 90 218 0.47 0.59 0 0.15 252.19 0.63 0.6
Hex 74 5A DA 2F 3B 0 F FC 3F 3C
Octal 164 132 332 57 73 0 17 374 77 74
Binary 1110100 1011010 11011010 101111 111011 0 1111 11111100 111111 111100

Color Harmonies of #745ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745ADA

Black with #745ADA

Text Example


Text Example

White with #745ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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