Html Css Color HEX #734DDD Slate Blue

📋 copy color: '#734DDD'

red 115 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #734DDD

Tints of Slate Blue #734DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

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

R = 27.85%
G = 18.64%
B = 53.51%

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

#734DDD (or 0x734DDD) is known color: Slate Blue. HEX triplet: 73, 4D and DD. RGB value is (115,77,221). Sum of RGB (Red+Green+Blue) = 115+77+221=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #734DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DDD is #8CB222. Grayscale: #686868. Windows color (decimal): -9220643 or 14503283. OLE color: 14503283.

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

Color convert

RGB 115 77 221 -
CMYK 0.48 0.65 0 0.13
HSL 255.83º 0.68% 0.58% -
HSV(B) 255.83º 0.65% 0.87% -
XYZ 22.78 14.17 69.94 -
YUV 104.78 193.59 135.29 -
System Red Green Blue C M Y K H S L
Decimal 115 77 221 0.48 0.65 0 0.13 255.83 0.68 0.58
Hex 73 4D DD 30 41 0 D 100 44 3A
Octal 163 115 335 60 101 0 15 400 104 72
Binary 1110011 1001101 11011101 110000 1000001 0 1101 100000000 1000100 111010

Color Harmonies of #734DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DDD

Black with #734DDD

Text Example


Text Example

White with #734DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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