Html Css Color HEX #745BDA Slate Blue

📋 copy color: '#745BDA'

red 116 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #745BDA

Tints of Slate Blue #745BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 27.29%
G = 21.41%
B = 51.29%

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

#745BDA (or 0x745BDA) is known color: Slate Blue. HEX triplet: 74, 5B and DA. RGB value is (116,91,218). Sum of RGB (Red+Green+Blue) = 116+91+218=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #745BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745BDA is #8BA425. Grayscale: #707070. Windows color (decimal): -9151526 or 14310260. OLE color: 14310260.

HSL color Cylindrical-coordinate representation of color #745BDA: hue angle of 251.81º 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 #745BDA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 91 218 -
CMYK 0.47 0.58 0 0.15
HSL 251.81º 0.63% 0.61% -
HSV(B) 251.81º 0.58% 0.85% -
XYZ 23.6 16.26 68.22 -
YUV 112.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 116 91 218 0.47 0.58 0 0.15 251.81 0.63 0.61
Hex 74 5B DA 2F 3A 0 F FC 3F 3D
Octal 164 133 332 57 72 0 17 374 77 75
Binary 1110100 1011011 11011010 101111 111010 0 1111 11111100 111111 111101

Color Harmonies of #745BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BDA

Black with #745BDA

Text Example


Text Example

White with #745BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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