Html Css Color HEX #734EDF Slate Blue

📋 copy color: '#734EDF'

red 115 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #734EDF

Tints of Slate Blue #734EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 27.64%
G = 18.75%
B = 53.61%

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

#734EDF (or 0x734EDF) is known color: Slate Blue. HEX triplet: 73, 4E and DF. RGB value is (115,78,223). Sum of RGB (Red+Green+Blue) = 115+78+223=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #734EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EDF is #8CB120. Grayscale: #696969. Windows color (decimal): -9220385 or 14634611. OLE color: 14634611.

HSL color Cylindrical-coordinate representation of color #734EDF: hue angle of 255.31º degrees, saturation: 0.69, 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 #734EDF is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 78 223 -
CMYK 0.48 0.65 0 0.13
HSL 255.31º 0.69% 0.59% -
HSV(B) 255.31º 0.65% 0.87% -
XYZ 23.11 14.42 71.38 -
YUV 105.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 115 78 223 0.48 0.65 0 0.13 255.31 0.69 0.59
Hex 73 4E DF 30 41 0 D FF 45 3B
Octal 163 116 337 60 101 0 15 377 105 73
Binary 1110011 1001110 11011111 110000 1000001 0 1101 11111111 1000101 111011

Color Harmonies of #734EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734EDF

Black with #734EDF

Text Example


Text Example

White with #734EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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