Html Css Color HEX #755DD0 Slate Blue

📋 copy color: '#755DD0'

red 117 ◦ green 93 ◦ blue 208

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

Shades of Slate Blue #755DD0

Tints of Slate Blue #755DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

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

R = 27.99%
G = 22.25%
B = 49.76%

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

#755DD0 (or 0x755DD0) is known color: Slate Blue. HEX triplet: 75, 5D and D0. RGB value is (117,93,208). Sum of RGB (Red+Green+Blue) = 117+93+208=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #755DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DD0 is #8AA22F. Grayscale: #707070. Windows color (decimal): -9085488 or 13655413. OLE color: 13655413.

HSL color Cylindrical-coordinate representation of color #755DD0: hue angle of 252.52º 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 #755DD0 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 93 208 -
CMYK 0.44 0.55 0 0.18
HSL 252.52º 0.55% 0.59% -
HSV(B) 252.52º 0.55% 0.82% -
XYZ 22.64 16.16 61.6 -
YUV 113.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 117 93 208 0.44 0.55 0 0.18 252.52 0.55 0.59
Hex 75 5D D0 2C 37 0 12 FD 37 3B
Octal 165 135 320 54 67 0 22 375 67 73
Binary 1110101 1011101 11010000 101100 110111 0 10010 11111101 110111 111011

Color Harmonies of #755DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DD0

Black with #755DD0

Text Example


Text Example

White with #755DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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