Html Css Color HEX #7551DB Slate Blue

📋 copy color: '#7551DB'

red 117 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #7551DB

Tints of Slate Blue #7551DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 28.06%
G = 19.42%
B = 52.52%

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

#7551DB (or 0x7551DB) is known color: Slate Blue. HEX triplet: 75, 51 and DB. RGB value is (117,81,219). Sum of RGB (Red+Green+Blue) = 117+81+219=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #7551DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551DB is #8AAE24. Grayscale: #6A6A6A. Windows color (decimal): -9088549 or 14373237. OLE color: 14373237.

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

Color convert

RGB 117 81 219 -
CMYK 0.47 0.63 0 0.14
HSL 255.65º 0.66% 0.59% -
HSV(B) 255.65º 0.63% 0.86% -
XYZ 23.06 14.78 68.66 -
YUV 107.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 117 81 219 0.47 0.63 0 0.14 255.65 0.66 0.59
Hex 75 51 DB 2F 3F 0 E 100 42 3B
Octal 165 121 333 57 77 0 16 400 102 73
Binary 1110101 1010001 11011011 101111 111111 0 1110 100000000 1000010 111011

Color Harmonies of #7551DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7551DB

Black with #7551DB

Text Example


Text Example

White with #7551DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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