Html Css Color HEX #7648DB Slate Blue

📋 copy color: '#7648DB'

red 118 ◦ green 72 ◦ blue 219

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

Shades of Slate Blue #7648DB

Tints of Slate Blue #7648DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.6%

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

R = 28.85%
G = 17.6%
B = 53.55%

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

#7648DB (or 0x7648DB) is known color: Slate Blue. HEX triplet: 76, 48 and DB. RGB value is (118,72,219). Sum of RGB (Red+Green+Blue) = 118+72+219=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #7648DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648DB is #89B724. Grayscale: #656565. Windows color (decimal): -9025317 or 14370934. OLE color: 14370934.

HSL color Cylindrical-coordinate representation of color #7648DB: hue angle of 258.78º 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 #7648DB is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 72 219 -
CMYK 0.46 0.67 0 0.14
HSL 258.78º 0.67% 0.57% -
HSV(B) 258.78º 0.67% 0.86% -
XYZ 22.57 13.6 68.45 -
YUV 102.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 118 72 219 0.46 0.67 0 0.14 258.78 0.67 0.57
Hex 76 48 DB 2E 43 0 E 103 43 39
Octal 166 110 333 56 103 0 16 403 103 71
Binary 1110110 1001000 11011011 101110 1000011 0 1110 100000011 1000011 111001

Color Harmonies of #7648DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648DB

Black with #7648DB

Text Example


Text Example

White with #7648DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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