Html Css Color HEX #734EDD Slate Blue

📋 copy color: '#734EDD'

red 115 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #734EDD

Tints of Slate Blue #734EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 27.78%
G = 18.84%
B = 53.38%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#734EDD (or 0x734EDD) is known color: Slate Blue. HEX triplet: 73, 4E and DD. RGB value is (115,78,221). Sum of RGB (Red+Green+Blue) = 115+78+221=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #734EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EDD is #8CB122. Grayscale: #686868. Windows color (decimal): -9220387 or 14503539. OLE color: 14503539.

HSL color Cylindrical-coordinate representation of color #734EDD: hue angle of 255.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734EDD is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 78 221 -
CMYK 0.48 0.65 0 0.13
HSL 255.52º 0.68% 0.59% -
HSV(B) 255.52º 0.65% 0.87% -
XYZ 22.85 14.31 69.97 -
YUV 105.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 115 78 221 0.48 0.65 0 0.13 255.52 0.68 0.59
Hex 73 4E DD 30 41 0 D 100 44 3B
Octal 163 116 335 60 101 0 15 400 104 73
Binary 1110011 1001110 11011101 110000 1000001 0 1101 100000000 1000100 111011

Color Harmonies of #734EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734EDD

Black with #734EDD

Text Example


Text Example

White with #734EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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