Html Css Color HEX #7656DA Slate Blue

📋 copy color: '#7656DA'

red 118 ◦ green 86 ◦ blue 218

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

Shades of Slate Blue #7656DA

Tints of Slate Blue #7656DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

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

R = 27.96%
G = 20.38%
B = 51.66%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7656DA (or 0x7656DA) is known color: Slate Blue. HEX triplet: 76, 56 and DA. RGB value is (118,86,218). Sum of RGB (Red+Green+Blue) = 118+86+218=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #7656DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656DA is #89A925. Grayscale: #6E6E6E. Windows color (decimal): -9021734 or 14308982. OLE color: 14308982.

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

Color convert

RGB 118 86 218 -
CMYK 0.46 0.61 0 0.15
HSL 254.55º 0.64% 0.6% -
HSV(B) 254.55º 0.61% 0.85% -
XYZ 23.45 15.57 68.1 -
YUV 110.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 118 86 218 0.46 0.61 0 0.15 254.55 0.64 0.6
Hex 76 56 DA 2E 3D 0 F FF 40 3C
Octal 166 126 332 56 75 0 17 377 100 74
Binary 1110110 1010110 11011010 101110 111101 0 1111 11111111 1000000 111100

Color Harmonies of #7656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7656DA

Black with #7656DA

Text Example


Text Example

White with #7656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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