Html Css Color HEX #7648D5 Slate Blue

📋 copy color: '#7648D5'

red 118 ◦ green 72 ◦ blue 213

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

Shades of Slate Blue #7648D5

Tints of Slate Blue #7648D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 29.28%
G = 17.87%
B = 52.85%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7648D5 (or 0x7648D5) is known color: Slate Blue. HEX triplet: 76, 48 and D5. RGB value is (118,72,213). Sum of RGB (Red+Green+Blue) = 118+72+213=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #7648D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648D5 is #89B72A. Grayscale: #656565. Windows color (decimal): -9025323 or 13977718. OLE color: 13977718.

HSL color Cylindrical-coordinate representation of color #7648D5: hue angle of 259.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7648D5 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 72 213 -
CMYK 0.45 0.66 0 0.16
HSL 259.57º 0.63% 0.56% -
HSV(B) 259.57º 0.66% 0.84% -
XYZ 21.8 13.29 64.37 -
YUV 101.83 190.74 139.54 -
System Red Green Blue C M Y K H S L
Decimal 118 72 213 0.45 0.66 0 0.16 259.57 0.63 0.56
Hex 76 48 D5 2D 42 0 10 104 3F 38
Octal 166 110 325 55 102 0 20 404 77 70
Binary 1110110 1001000 11010101 101101 1000010 0 10000 100000100 111111 111000

Color Harmonies of #7648D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648D5

Black with #7648D5

Text Example


Text Example

White with #7648D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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