Html Css Color HEX #7757DC Slate Blue

📋 copy color: '#7757DC'

red 119 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7757DC

Tints of Slate Blue #7757DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.42%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 27.93%
G = 20.42%
B = 51.64%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7757DC (or 0x7757DC) is known color: Slate Blue. HEX triplet: 77, 57 and DC. RGB value is (119,87,220). Sum of RGB (Red+Green+Blue) = 119+87+220=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #7757DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7757DC is #88A823. Grayscale: #6F6F6F. Windows color (decimal): -8955940 or 14440311. OLE color: 14440311.

HSL color Cylindrical-coordinate representation of color #7757DC: hue angle of 254.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7757DC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 87 220 -
CMYK 0.46 0.60 0 0.14
HSL 254.44º 0.66% 0.6% -
HSV(B) 254.44º 0.6% 0.86% -
XYZ 23.93 15.91 69.52 -
YUV 111.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 119 87 220 0.46 0.60 0 0.14 254.44 0.66 0.6
Hex 77 57 DC 2E 3C 0 E FE 42 3C
Octal 167 127 334 56 74 0 16 376 102 74
Binary 1110111 1010111 11011100 101110 111100 0 1110 11111110 1000010 111100

Color Harmonies of #7757DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7757DC

Black with #7757DC

Text Example


Text Example

White with #7757DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7757DC; }

 p { color: rgb(119,87,220); }

 H1.HeaderClassName
 {
   color: #7757DC;
 }
 .AnyTagClassName
 {
   color: #7757DC;
 }
</style>

background-color css

<style>
 a { background-color: #7757DC; }

 a { background-color: rgb(119,87,220); }

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

border-color css

<style>
 span { border-color: #7757DC; }

 span { border-color: rgb(119,87,220); }

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