Html Css Color HEX #7551DC Slate Blue

📋 copy color: '#7551DC'

red 117 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7551DC

Tints of Slate Blue #7551DC

RGB

 RED value IS 117 (46.09% from 255) = 27.99%

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

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

R = 27.99%
G = 19.38%
B = 52.63%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7551DC (or 0x7551DC) is known color: Slate Blue. HEX triplet: 75, 51 and DC. RGB value is (117,81,220). Sum of RGB (Red+Green+Blue) = 117+81+220=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7551DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551DC is #8AAE23. Grayscale: #6B6B6B. Windows color (decimal): -9088548 or 14438773. OLE color: 14438773.

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

Color convert

RGB 117 81 220 -
CMYK 0.47 0.63 0 0.14
HSL 255.54º 0.67% 0.59% -
HSV(B) 255.54º 0.63% 0.86% -
XYZ 23.2 14.83 69.35 -
YUV 107.61 191.43 134.7 -
System Red Green Blue C M Y K H S L
Decimal 117 81 220 0.47 0.63 0 0.14 255.54 0.67 0.59
Hex 75 51 DC 2F 3F 0 E 100 43 3B
Octal 165 121 334 57 77 0 16 400 103 73
Binary 1110101 1010001 11011100 101111 111111 0 1110 100000000 1000011 111011

Color Harmonies of #7551DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551DC

Black with #7551DC

Text Example


Text Example

White with #7551DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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