Html Css Color HEX #7659DA Slate Blue

📋 copy color: '#7659DA'

red 118 ◦ green 89 ◦ blue 218

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

Shades of Slate Blue #7659DA

Tints of Slate Blue #7659DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 27.76%
G = 20.94%
B = 51.29%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7659DA (or 0x7659DA) is known color: Slate Blue. HEX triplet: 76, 59 and DA. RGB value is (118,89,218). Sum of RGB (Red+Green+Blue) = 118+89+218=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #7659DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659DA is #89A625. Grayscale: #6F6F6F. Windows color (decimal): -9020966 or 14309750. OLE color: 14309750.

HSL color Cylindrical-coordinate representation of color #7659DA: hue angle of 253.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7659DA is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 89 218 -
CMYK 0.46 0.59 0 0.15
HSL 253.49º 0.64% 0.6% -
HSV(B) 253.49º 0.59% 0.85% -
XYZ 23.7 16.06 68.18 -
YUV 112.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 118 89 218 0.46 0.59 0 0.15 253.49 0.64 0.6
Hex 76 59 DA 2E 3B 0 F FD 40 3C
Octal 166 131 332 56 73 0 17 375 100 74
Binary 1110110 1011001 11011010 101110 111011 0 1111 11111101 1000000 111100

Color Harmonies of #7659DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7659DA

Black with #7659DA

Text Example


Text Example

White with #7659DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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