Html Css Color HEX #734ECC Slate Blue

📋 copy color: '#734ECC'

red 115 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #734ECC

Tints of Slate Blue #734ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 28.97%
G = 19.65%
B = 51.39%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#734ECC (or 0x734ECC) is known color: Slate Blue. HEX triplet: 73, 4E and CC. RGB value is (115,78,204). Sum of RGB (Red+Green+Blue) = 115+78+204=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #734ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734ECC is #8CB133. Grayscale: #666666. Windows color (decimal): -9220404 or 13389427. OLE color: 13389427.

HSL color Cylindrical-coordinate representation of color #734ECC: hue angle of 257.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734ECC is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 78 204 -
CMYK 0.44 0.62 0 0.2
HSL 257.62º 0.55% 0.55% -
HSV(B) 257.62º 0.62% 0.8% -
XYZ 20.69 13.45 58.63 -
YUV 103.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 115 78 204 0.44 0.62 0 0.2 257.62 0.55 0.55
Hex 73 4E CC 2C 3E 0 14 102 37 37
Octal 163 116 314 54 76 0 24 402 67 67
Binary 1110011 1001110 11001100 101100 111110 0 10100 100000010 110111 110111

Color Harmonies of #734ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734ECC

Black with #734ECC

Text Example


Text Example

White with #734ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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