Html Css Color HEX #7550DF Slate Blue

📋 copy color: '#7550DF'

red 117 ◦ green 80 ◦ blue 223

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

Shades of Slate Blue #7550DF

Tints of Slate Blue #7550DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 27.86%
G = 19.05%
B = 53.1%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7550DF (or 0x7550DF) is known color: Slate Blue. HEX triplet: 75, 50 and DF. RGB value is (117,80,223). Sum of RGB (Red+Green+Blue) = 117+80+223=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #7550DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550DF is #8AAF20. Grayscale: #6A6A6A. Windows color (decimal): -9088801 or 14635125. OLE color: 14635125.

HSL color Cylindrical-coordinate representation of color #7550DF: hue angle of 255.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7550DF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 80 223 -
CMYK 0.48 0.64 0 0.13
HSL 255.52º 0.69% 0.59% -
HSV(B) 255.52º 0.64% 0.87% -
XYZ 23.52 14.85 71.44 -
YUV 107.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 117 80 223 0.48 0.64 0 0.13 255.52 0.69 0.59
Hex 75 50 DF 30 40 0 D 100 45 3B
Octal 165 120 337 60 100 0 15 400 105 73
Binary 1110101 1010000 11011111 110000 1000000 0 1101 100000000 1000101 111011

Color Harmonies of #7550DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7550DF

Black with #7550DF

Text Example


Text Example

White with #7550DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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