Html Css Color HEX #7550D5 Slate Blue

📋 copy color: '#7550D5'

red 117 ◦ green 80 ◦ blue 213

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

Shades of Slate Blue #7550D5

Tints of Slate Blue #7550D5

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

 BLUE value IS 213 (83.59% from 255) = 51.95%

R = 28.54%
G = 19.51%
B = 51.95%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7550D5 (or 0x7550D5) is known color: Slate Blue. HEX triplet: 75, 50 and D5. RGB value is (117,80,213). Sum of RGB (Red+Green+Blue) = 117+80+213=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #7550D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550D5 is #8AAF2A. Grayscale: #696969. Windows color (decimal): -9088811 or 13979765. OLE color: 13979765.

HSL color Cylindrical-coordinate representation of color #7550D5: hue angle of 256.69º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7550D5 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 80 213 -
CMYK 0.45 0.62 0 0.16
HSL 256.69º 0.61% 0.57% -
HSV(B) 256.69º 0.62% 0.84% -
XYZ 22.22 14.32 64.54 -
YUV 106.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 117 80 213 0.45 0.62 0 0.16 256.69 0.61 0.57
Hex 75 50 D5 2D 3E 0 10 101 3D 39
Octal 165 120 325 55 76 0 20 401 75 71
Binary 1110101 1010000 11010101 101101 111110 0 10000 100000001 111101 111001

Color Harmonies of #7550D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550D5

Black with #7550D5

Text Example


Text Example

White with #7550D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7550D5; }

 p { color: rgb(117,80,213); }

 H1.HeaderClassName
 {
   color: #7550D5;
 }
 .AnyTagClassName
 {
   color: #7550D5;
 }
</style>

background-color css

<style>
 a { background-color: #7550D5; }

 a { background-color: rgb(117,80,213); }

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

border-color css

<style>
 span { border-color: #7550D5; }

 span { border-color: rgb(117,80,213); }

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