Html Css Color HEX #745CDA Slate Blue

📋 copy color: '#745CDA'

red 116 ◦ green 92 ◦ blue 218

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

Shades of Slate Blue #745CDA

Tints of Slate Blue #745CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 27.23%
G = 21.6%
B = 51.17%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#745CDA (or 0x745CDA) is known color: Slate Blue. HEX triplet: 74, 5C and DA. RGB value is (116,92,218). Sum of RGB (Red+Green+Blue) = 116+92+218=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #745CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CDA is #8BA325. Grayscale: #717171. Windows color (decimal): -9151270 or 14310516. OLE color: 14310516.

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

Color convert

RGB 116 92 218 -
CMYK 0.47 0.58 0 0.15
HSL 251.43º 0.63% 0.61% -
HSV(B) 251.43º 0.58% 0.85% -
XYZ 23.68 16.43 68.25 -
YUV 113.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 116 92 218 0.47 0.58 0 0.15 251.43 0.63 0.61
Hex 74 5C DA 2F 3A 0 F FB 3F 3D
Octal 164 134 332 57 72 0 17 373 77 75
Binary 1110100 1011100 11011010 101111 111010 0 1111 11111011 111111 111101

Color Harmonies of #745CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CDA

Black with #745CDA

Text Example


Text Example

White with #745CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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