Html Css Color HEX #7756DD Slate Blue

📋 copy color: '#7756DD'

red 119 ◦ green 86 ◦ blue 221

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

Shades of Slate Blue #7756DD

Tints of Slate Blue #7756DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 27.93%
G = 20.19%
B = 51.88%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7756DD (or 0x7756DD) is known color: Slate Blue. HEX triplet: 77, 56 and DD. RGB value is (119,86,221). Sum of RGB (Red+Green+Blue) = 119+86+221=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #7756DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756DD is #88A922. Grayscale: #6E6E6E. Windows color (decimal): -8956195 or 14505591. OLE color: 14505591.

HSL color Cylindrical-coordinate representation of color #7756DD: hue angle of 254.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7756DD is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 86 221 -
CMYK 0.46 0.61 0 0.13
HSL 254.67º 0.67% 0.6% -
HSV(B) 254.67º 0.61% 0.87% -
XYZ 23.99 15.8 70.19 -
YUV 111.26 189.93 133.52 -
System Red Green Blue C M Y K H S L
Decimal 119 86 221 0.46 0.61 0 0.13 254.67 0.67 0.6
Hex 77 56 DD 2E 3D 0 D FF 43 3C
Octal 167 126 335 56 75 0 15 377 103 74
Binary 1110111 1010110 11011101 101110 111101 0 1101 11111111 1000011 111100

Color Harmonies of #7756DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7756DD

Black with #7756DD

Text Example


Text Example

White with #7756DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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