Html Css Color HEX #7647CC Slate Blue

📋 copy color: '#7647CC'

red 118 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #7647CC

Tints of Slate Blue #7647CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 30.03%
G = 18.07%
B = 51.91%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7647CC (or 0x7647CC) is known color: Slate Blue. HEX triplet: 76, 47 and CC. RGB value is (118,71,204). Sum of RGB (Red+Green+Blue) = 118+71+204=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #7647CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7647CC is #89B833. Grayscale: #636363. Windows color (decimal): -9025588 or 13387638. OLE color: 13387638.

HSL color Cylindrical-coordinate representation of color #7647CC: hue angle of 261.2º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7647CC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 71 204 -
CMYK 0.42 0.65 0 0.2
HSL 261.2º 0.57% 0.54% -
HSV(B) 261.2º 0.65% 0.8% -
XYZ 20.62 12.72 58.49 -
YUV 100.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 118 71 204 0.42 0.65 0 0.2 261.2 0.57 0.54
Hex 76 47 CC 2A 41 0 14 105 39 36
Octal 166 107 314 52 101 0 24 405 71 66
Binary 1110110 1000111 11001100 101010 1000001 0 10100 100000101 111001 110110

Color Harmonies of #7647CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7647CC

Black with #7647CC

Text Example


Text Example

White with #7647CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7647CC; }

 p { color: rgb(118,71,204); }

 H1.HeaderClassName
 {
   color: #7647CC;
 }
 .AnyTagClassName
 {
   color: #7647CC;
 }
</style>

background-color css

<style>
 a { background-color: #7647CC; }

 a { background-color: rgb(118,71,204); }

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

border-color css

<style>
 span { border-color: #7647CC; }

 span { border-color: rgb(118,71,204); }

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