Html Css Color HEX #7753DC Slate Blue

📋 copy color: '#7753DC'

red 119 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #7753DC

Tints of Slate Blue #7753DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 28.2%
G = 19.67%
B = 52.13%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7753DC (or 0x7753DC) is known color: Slate Blue. HEX triplet: 77, 53 and DC. RGB value is (119,83,220). Sum of RGB (Red+Green+Blue) = 119+83+220=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #7753DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753DC is #88AC23. Grayscale: #6C6C6C. Windows color (decimal): -8956964 or 14439287. OLE color: 14439287.

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

Color convert

RGB 119 83 220 -
CMYK 0.46 0.62 0 0.14
HSL 255.77º 0.66% 0.59% -
HSV(B) 255.77º 0.62% 0.86% -
XYZ 23.62 15.28 69.41 -
YUV 109.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 119 83 220 0.46 0.62 0 0.14 255.77 0.66 0.59
Hex 77 53 DC 2E 3E 0 E 100 42 3B
Octal 167 123 334 56 76 0 16 400 102 73
Binary 1110111 1010011 11011100 101110 111110 0 1110 100000000 1000010 111011

Color Harmonies of #7753DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7753DC

Black with #7753DC

Text Example


Text Example

White with #7753DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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