Html Css Color HEX #7653DC Slate Blue

📋 copy color: '#7653DC'

red 118 ◦ green 83 ◦ blue 220

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

Shades of Slate Blue #7653DC

Tints of Slate Blue #7653DC

RGB

 RED value IS 118 (46.48% from 255) = 28.03%

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

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

R = 28.03%
G = 19.71%
B = 52.26%

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

#7653DC (or 0x7653DC) is known color: Slate Blue. HEX triplet: 76, 53 and DC. RGB value is (118,83,220). Sum of RGB (Red+Green+Blue) = 118+83+220=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #7653DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7653DC is #89AC23. Grayscale: #6C6C6C. Windows color (decimal): -9022500 or 14439286. OLE color: 14439286.

HSL color Cylindrical-coordinate representation of color #7653DC: hue angle of 255.33º 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 #7653DC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 83 220 -
CMYK 0.46 0.62 0 0.14
HSL 255.33º 0.66% 0.59% -
HSV(B) 255.33º 0.62% 0.86% -
XYZ 23.48 15.21 69.41 -
YUV 109.08 190.6 134.36 -
System Red Green Blue C M Y K H S L
Decimal 118 83 220 0.46 0.62 0 0.14 255.33 0.66 0.59
Hex 76 53 DC 2E 3E 0 E FF 42 3B
Octal 166 123 334 56 76 0 16 377 102 73
Binary 1110110 1010011 11011100 101110 111110 0 1110 11111111 1000010 111011

Color Harmonies of #7653DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7653DC

Black with #7653DC

Text Example


Text Example

White with #7653DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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