Html Css Color HEX #734EC4 Slate Blue

📋 copy color: '#734EC4'

red 115 ◦ green 78 ◦ blue 196

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

Shades of Slate Blue #734EC4

Tints of Slate Blue #734EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.39%

R = 29.56%
G = 20.05%
B = 50.39%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#734EC4 (or 0x734EC4) is known color: Slate Blue. HEX triplet: 73, 4E and C4. RGB value is (115,78,196). Sum of RGB (Red+Green+Blue) = 115+78+196=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #734EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EC4 is #8CB13B. Grayscale: #666666. Windows color (decimal): -9220412 or 12865139. OLE color: 12865139.

HSL color Cylindrical-coordinate representation of color #734EC4: hue angle of 258.81º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #734EC4 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 78 196 -
CMYK 0.41 0.60 0 0.23
HSL 258.81º 0.5% 0.54% -
HSV(B) 258.81º 0.6% 0.77% -
XYZ 19.76 13.08 53.71 -
YUV 102.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 115 78 196 0.41 0.60 0 0.23 258.81 0.5 0.54
Hex 73 4E C4 29 3C 0 17 103 32 36
Octal 163 116 304 51 74 0 27 403 62 66
Binary 1110011 1001110 11000100 101001 111100 0 10111 100000011 110010 110110

Color Harmonies of #734EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734EC4

Black with #734EC4

Text Example


Text Example

White with #734EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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