Html Css Color HEX #7751DC Slate Blue

📋 copy color: '#7751DC'

red 119 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7751DC

Tints of Slate Blue #7751DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.29%

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

R = 28.33%
G = 19.29%
B = 52.38%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7751DC (or 0x7751DC) is known color: Slate Blue. HEX triplet: 77, 51 and DC. RGB value is (119,81,220). Sum of RGB (Red+Green+Blue) = 119+81+220=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7751DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751DC is #88AE23. Grayscale: #6B6B6B. Windows color (decimal): -8957476 or 14438775. OLE color: 14438775.

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

Color convert

RGB 119 81 220 -
CMYK 0.46 0.63 0 0.14
HSL 256.4º 0.67% 0.59% -
HSV(B) 256.4º 0.63% 0.86% -
XYZ 23.47 14.97 69.36 -
YUV 108.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 119 81 220 0.46 0.63 0 0.14 256.4 0.67 0.59
Hex 77 51 DC 2E 3F 0 E 100 43 3B
Octal 167 121 334 56 77 0 16 400 103 73
Binary 1110111 1010001 11011100 101110 111111 0 1110 100000000 1000011 111011

Color Harmonies of #7751DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751DC

Black with #7751DC

Text Example


Text Example

White with #7751DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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