Html Css Color HEX #7649DF Slate Blue

📋 copy color: '#7649DF'

red 118 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #7649DF

Tints of Slate Blue #7649DF

RGB

 RED value IS 118 (46.48% from 255) = 28.5%

 GREEN value IS 73 (28.91% from 255) = 17.63%

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

R = 28.5%
G = 17.63%
B = 53.86%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7649DF (or 0x7649DF) is known color: Slate Blue. HEX triplet: 76, 49 and DF. RGB value is (118,73,223). Sum of RGB (Red+Green+Blue) = 118+73+223=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #7649DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649DF is #89B620. Grayscale: #676767. Windows color (decimal): -9025057 or 14633334. OLE color: 14633334.

HSL color Cylindrical-coordinate representation of color #7649DF: hue angle of 258º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7649DF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 73 223 -
CMYK 0.47 0.67 0 0.13
HSL 258º 0.7% 0.58% -
HSV(B) 258º 0.67% 0.87% -
XYZ 23.17 13.94 71.28 -
YUV 103.56 195.41 138.3 -
System Red Green Blue C M Y K H S L
Decimal 118 73 223 0.47 0.67 0 0.13 258 0.7 0.58
Hex 76 49 DF 2F 43 0 D 102 46 3A
Octal 166 111 337 57 103 0 15 402 106 72
Binary 1110110 1001001 11011111 101111 1000011 0 1101 100000010 1000110 111010

Color Harmonies of #7649DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7649DF

Black with #7649DF

Text Example


Text Example

White with #7649DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7649DF; }

 p { color: rgb(118,73,223); }

 H1.HeaderClassName
 {
   color: #7649DF;
 }
 .AnyTagClassName
 {
   color: #7649DF;
 }
</style>

background-color css

<style>
 a { background-color: #7649DF; }

 a { background-color: rgb(118,73,223); }

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

border-color css

<style>
 span { border-color: #7649DF; }

 span { border-color: rgb(118,73,223); }

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