Html Css Color HEX #7645CE Slate Blue

📋 copy color: '#7645CE'

red 118 ◦ green 69 ◦ blue 206

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

Shades of Slate Blue #7645CE

Tints of Slate Blue #7645CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.56%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 30.03%
G = 17.56%
B = 52.42%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7645CE (or 0x7645CE) is known color: Slate Blue. HEX triplet: 76, 45 and CE. RGB value is (118,69,206). Sum of RGB (Red+Green+Blue) = 118+69+206=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7645CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645CE is #89BA31. Grayscale: #626262. Windows color (decimal): -9026098 or 13518198. OLE color: 13518198.

HSL color Cylindrical-coordinate representation of color #7645CE: hue angle of 261.46º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7645CE is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 69 206 -
CMYK 0.43 0.67 0 0.19
HSL 261.46º 0.58% 0.54% -
HSV(B) 261.46º 0.67% 0.81% -
XYZ 20.74 12.56 59.72 -
YUV 99.27 188.23 141.36 -
System Red Green Blue C M Y K H S L
Decimal 118 69 206 0.43 0.67 0 0.19 261.46 0.58 0.54
Hex 76 45 CE 2B 43 0 13 105 3A 36
Octal 166 105 316 53 103 0 23 405 72 66
Binary 1110110 1000101 11001110 101011 1000011 0 10011 100000101 111010 110110

Color Harmonies of #7645CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7645CE

Black with #7645CE

Text Example


Text Example

White with #7645CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7645CE; }

 p { color: rgb(118,69,206); }

 H1.HeaderClassName
 {
   color: #7645CE;
 }
 .AnyTagClassName
 {
   color: #7645CE;
 }
</style>

background-color css

<style>
 a { background-color: #7645CE; }

 a { background-color: rgb(118,69,206); }

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

border-color css

<style>
 span { border-color: #7645CE; }

 span { border-color: rgb(118,69,206); }

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