Html Css Color HEX #7648DD Slate Blue

📋 copy color: '#7648DD'

red 118 ◦ green 72 ◦ blue 221

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

Shades of Slate Blue #7648DD

Tints of Slate Blue #7648DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 28.71%
G = 17.52%
B = 53.77%

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

#7648DD (or 0x7648DD) is known color: Slate Blue. HEX triplet: 76, 48 and DD. RGB value is (118,72,221). Sum of RGB (Red+Green+Blue) = 118+72+221=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #7648DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7648DD is #89B722. Grayscale: #666666. Windows color (decimal): -9025315 or 14502006. OLE color: 14502006.

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

Color convert

RGB 118 72 221 -
CMYK 0.47 0.67 0 0.13
HSL 258.52º 0.69% 0.57% -
HSV(B) 258.52º 0.67% 0.87% -
XYZ 22.84 13.71 69.85 -
YUV 102.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 118 72 221 0.47 0.67 0 0.13 258.52 0.69 0.57
Hex 76 48 DD 2F 43 0 D 103 45 39
Octal 166 110 335 57 103 0 15 403 105 71
Binary 1110110 1001000 11011101 101111 1000011 0 1101 100000011 1000101 111001

Color Harmonies of #7648DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7648DD

Black with #7648DD

Text Example


Text Example

White with #7648DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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