Html Css Color HEX #7756CD Slate Blue

📋 copy color: '#7756CD'

red 119 ◦ green 86 ◦ blue 205

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

Shades of Slate Blue #7756CD

Tints of Slate Blue #7756CD

RGB

 RED value IS 119 (46.88% from 255) = 29.02%

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

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

R = 29.02%
G = 20.98%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7756CD (or 0x7756CD) is known color: Slate Blue. HEX triplet: 77, 56 and CD. RGB value is (119,86,205). Sum of RGB (Red+Green+Blue) = 119+86+205=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #7756CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756CD is #88A932. Grayscale: #6C6C6C. Windows color (decimal): -8956211 or 13457015. OLE color: 13457015.

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

Color convert

RGB 119 86 205 -
CMYK 0.42 0.58 0 0.20
HSL 256.64º 0.54% 0.57% -
HSV(B) 256.64º 0.58% 0.8% -
XYZ 21.95 14.99 59.49 -
YUV 109.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 119 86 205 0.42 0.58 0 0.20 256.64 0.54 0.57
Hex 77 56 CD 2A 3A 0 14 101 36 39
Octal 167 126 315 52 72 0 24 401 66 71
Binary 1110111 1010110 11001101 101010 111010 0 10100 100000001 110110 111001

Color Harmonies of #7756CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756CD

Black with #7756CD

Text Example


Text Example

White with #7756CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,86,205); }

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

background-color css

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

 a { background-color: rgb(119,86,205); }

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

border-color css

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

 span { border-color: rgb(119,86,205); }

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