Html Css Color HEX #755ED0 Slate Blue

📋 copy color: '#755ED0'

red 117 ◦ green 94 ◦ blue 208

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

Shades of Slate Blue #755ED0

Tints of Slate Blue #755ED0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 27.92%
G = 22.43%
B = 49.64%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#755ED0 (or 0x755ED0) is known color: Slate Blue. HEX triplet: 75, 5E and D0. RGB value is (117,94,208). Sum of RGB (Red+Green+Blue) = 117+94+208=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #755ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ED0 is #8AA12F. Grayscale: #717171. Windows color (decimal): -9085232 or 13655669. OLE color: 13655669.

HSL color Cylindrical-coordinate representation of color #755ED0: hue angle of 252.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755ED0 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 94 208 -
CMYK 0.44 0.55 0 0.18
HSL 252.11º 0.55% 0.59% -
HSV(B) 252.11º 0.55% 0.82% -
XYZ 22.72 16.34 61.63 -
YUV 113.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 117 94 208 0.44 0.55 0 0.18 252.11 0.55 0.59
Hex 75 5E D0 2C 37 0 12 FC 37 3B
Octal 165 136 320 54 67 0 22 374 67 73
Binary 1110101 1011110 11010000 101100 110111 0 10010 11111100 110111 111011

Color Harmonies of #755ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ED0

Black with #755ED0

Text Example


Text Example

White with #755ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755ED0; }

 p { color: rgb(117,94,208); }

 H1.HeaderClassName
 {
   color: #755ED0;
 }
 .AnyTagClassName
 {
   color: #755ED0;
 }
</style>

background-color css

<style>
 a { background-color: #755ED0; }

 a { background-color: rgb(117,94,208); }

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

border-color css

<style>
 span { border-color: #755ED0; }

 span { border-color: rgb(117,94,208); }

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