Html Css Color HEX #745AC8 Slate Blue

📋 copy color: '#745AC8'

red 116 ◦ green 90 ◦ blue 200

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

Shades of Slate Blue #745AC8

Tints of Slate Blue #745AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.26%

R = 28.57%
G = 22.17%
B = 49.26%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#745AC8 (or 0x745AC8) is known color: Slate Blue. HEX triplet: 74, 5A and C8. RGB value is (116,90,200). Sum of RGB (Red+Green+Blue) = 116+90+200=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #745AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AC8 is #8BA537. Grayscale: #6D6D6D. Windows color (decimal): -9151800 or 13130356. OLE color: 13130356.

HSL color Cylindrical-coordinate representation of color #745AC8: hue angle of 254.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745AC8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 90 200 -
CMYK 0.42 0.55 0 0.22
HSL 254.18º 0.5% 0.57% -
HSV(B) 254.18º 0.55% 0.78% -
XYZ 21.28 15.2 56.45 -
YUV 110.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 116 90 200 0.42 0.55 0 0.22 254.18 0.5 0.57
Hex 74 5A C8 2A 37 0 16 FE 32 39
Octal 164 132 310 52 67 0 26 376 62 71
Binary 1110100 1011010 11001000 101010 110111 0 10110 11111110 110010 111001

Color Harmonies of #745AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AC8

Black with #745AC8

Text Example


Text Example

White with #745AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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