Html Css Color HEX #734ED8 Slate Blue

📋 copy color: '#734ED8'

red 115 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #734ED8

Tints of Slate Blue #734ED8

RGB

 RED value IS 115 (45.31% from 255) = 28.12%

 GREEN value IS 78 (30.86% from 255) = 19.07%

 BLUE value IS 216 (84.77% from 255) = 52.81%

R = 28.12%
G = 19.07%
B = 52.81%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#734ED8 (or 0x734ED8) is known color: Slate Blue. HEX triplet: 73, 4E and D8. RGB value is (115,78,216). Sum of RGB (Red+Green+Blue) = 115+78+216=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #734ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ED8 is #8CB127. Grayscale: #686868. Windows color (decimal): -9220392 or 14175859. OLE color: 14175859.

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

Color convert

RGB 115 78 216 -
CMYK 0.47 0.64 0 0.15
HSL 256.09º 0.64% 0.58% -
HSV(B) 256.09º 0.64% 0.85% -
XYZ 22.19 14.05 66.51 -
YUV 104.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 115 78 216 0.47 0.64 0 0.15 256.09 0.64 0.58
Hex 73 4E D8 2F 40 0 F 100 40 3A
Octal 163 116 330 57 100 0 17 400 100 72
Binary 1110011 1001110 11011000 101111 1000000 0 1111 100000000 1000000 111010

Color Harmonies of #734ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734ED8

Black with #734ED8

Text Example


Text Example

White with #734ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734ED8; }

 p { color: rgb(115,78,216); }

 H1.HeaderClassName
 {
   color: #734ED8;
 }
 .AnyTagClassName
 {
   color: #734ED8;
 }
</style>

background-color css

<style>
 a { background-color: #734ED8; }

 a { background-color: rgb(115,78,216); }

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

border-color css

<style>
 span { border-color: #734ED8; }

 span { border-color: rgb(115,78,216); }

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