Html Css Color HEX #7649DB Slate Blue

📋 copy color: '#7649DB'

red 118 ◦ green 73 ◦ blue 219

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

Shades of Slate Blue #7649DB

Tints of Slate Blue #7649DB

RGB

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

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

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

R = 28.78%
G = 17.8%
B = 53.41%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7649DB (or 0x7649DB) is known color: Slate Blue. HEX triplet: 76, 49 and DB. RGB value is (118,73,219). Sum of RGB (Red+Green+Blue) = 118+73+219=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #7649DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7649DB is #89B624. Grayscale: #666666. Windows color (decimal): -9025061 or 14371190. OLE color: 14371190.

HSL color Cylindrical-coordinate representation of color #7649DB: hue angle of 258.49º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7649DB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 73 219 -
CMYK 0.46 0.67 0 0.14
HSL 258.49º 0.67% 0.57% -
HSV(B) 258.49º 0.67% 0.86% -
XYZ 22.64 13.73 68.47 -
YUV 103.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 118 73 219 0.46 0.67 0 0.14 258.49 0.67 0.57
Hex 76 49 DB 2E 43 0 E 102 43 39
Octal 166 111 333 56 103 0 16 402 103 71
Binary 1110110 1001001 11011011 101110 1000011 0 1110 100000010 1000011 111001

Color Harmonies of #7649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7649DB

Black with #7649DB

Text Example


Text Example

White with #7649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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