Html Css Color HEX #734DDB Slate Blue

📋 copy color: '#734DDB'

red 115 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #734DDB

Tints of Slate Blue #734DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 27.98%
G = 18.73%
B = 53.28%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#734DDB (or 0x734DDB) is known color: Slate Blue. HEX triplet: 73, 4D and DB. RGB value is (115,77,219). Sum of RGB (Red+Green+Blue) = 115+77+219=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #734DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DDB is #8CB224. Grayscale: #686868. Windows color (decimal): -9220645 or 14372211. OLE color: 14372211.

HSL color Cylindrical-coordinate representation of color #734DDB: hue angle of 256.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #734DDB is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 77 219 -
CMYK 0.47 0.65 0 0.14
HSL 256.06º 0.66% 0.58% -
HSV(B) 256.06º 0.65% 0.86% -
XYZ 22.51 14.07 68.55 -
YUV 104.55 192.59 135.45 -
System Red Green Blue C M Y K H S L
Decimal 115 77 219 0.47 0.65 0 0.14 256.06 0.66 0.58
Hex 73 4D DB 2F 41 0 E 100 42 3A
Octal 163 115 333 57 101 0 16 400 102 72
Binary 1110011 1001101 11011011 101111 1000001 0 1110 100000000 1000010 111010

Color Harmonies of #734DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734DDB

Black with #734DDB

Text Example


Text Example

White with #734DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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