Html Css Color HEX #7651DC Slate Blue

📋 copy color: '#7651DC'

red 118 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7651DC

Tints of Slate Blue #7651DC

RGB

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

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

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

R = 28.16%
G = 19.33%
B = 52.51%

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

#7651DC (or 0x7651DC) is known color: Slate Blue. HEX triplet: 76, 51 and DC. RGB value is (118,81,220). Sum of RGB (Red+Green+Blue) = 118+81+220=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #7651DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651DC is #89AE23. Grayscale: #6B6B6B. Windows color (decimal): -9023012 or 14438774. OLE color: 14438774.

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

Color convert

RGB 118 81 220 -
CMYK 0.46 0.63 0 0.14
HSL 255.97º 0.67% 0.59% -
HSV(B) 255.97º 0.63% 0.86% -
XYZ 23.33 14.9 69.36 -
YUV 107.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 118 81 220 0.46 0.63 0 0.14 255.97 0.67 0.59
Hex 76 51 DC 2E 3F 0 E 100 43 3B
Octal 166 121 334 56 77 0 16 400 103 73
Binary 1110110 1010001 11011100 101110 111111 0 1110 100000000 1000011 111011

Color Harmonies of #7651DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7651DC

Black with #7651DC

Text Example


Text Example

White with #7651DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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