Html Css Color HEX #7659CD Slate Blue

📋 copy color: '#7659CD'

red 118 ◦ green 89 ◦ blue 205

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

Shades of Slate Blue #7659CD

Tints of Slate Blue #7659CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.6%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 28.64%
G = 21.6%
B = 49.76%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7659CD (or 0x7659CD) is known color: Slate Blue. HEX triplet: 76, 59 and CD. RGB value is (118,89,205). Sum of RGB (Red+Green+Blue) = 118+89+205=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #7659CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659CD is #89A632. Grayscale: #6E6E6E. Windows color (decimal): -9020979 or 13457782. OLE color: 13457782.

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

Color convert

RGB 118 89 205 -
CMYK 0.42 0.57 0 0.20
HSL 255º 0.54% 0.58% -
HSV(B) 255º 0.57% 0.8% -
XYZ 22.06 15.4 59.57 -
YUV 110.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 118 89 205 0.42 0.57 0 0.20 255 0.54 0.58
Hex 76 59 CD 2A 39 0 14 FF 36 3A
Octal 166 131 315 52 71 0 24 377 66 72
Binary 1110110 1011001 11001101 101010 111001 0 10100 11111111 110110 111010

Color Harmonies of #7659CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659CD

Black with #7659CD

Text Example


Text Example

White with #7659CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7659CD; }

 p { color: rgb(118,89,205); }

 H1.HeaderClassName
 {
   color: #7659CD;
 }
 .AnyTagClassName
 {
   color: #7659CD;
 }
</style>

background-color css

<style>
 a { background-color: #7659CD; }

 a { background-color: rgb(118,89,205); }

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

border-color css

<style>
 span { border-color: #7659CD; }

 span { border-color: rgb(118,89,205); }

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