Html Css Color HEX #755DDD Slate Blue

📋 copy color: '#755DDD'

red 117 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #755DDD

Tints of Slate Blue #755DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 27.15%
G = 21.58%
B = 51.28%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#755DDD (or 0x755DDD) is known color: Slate Blue. HEX triplet: 75, 5D and DD. RGB value is (117,93,221). Sum of RGB (Red+Green+Blue) = 117+93+221=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #755DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DDD is #8AA222. Grayscale: #727272. Windows color (decimal): -9085475 or 14507381. OLE color: 14507381.

HSL color Cylindrical-coordinate representation of color #755DDD: hue angle of 251.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #755DDD is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 93 221 -
CMYK 0.47 0.58 0 0.13
HSL 251.25º 0.65% 0.62% -
HSV(B) 251.25º 0.58% 0.87% -
XYZ 24.3 16.83 70.37 -
YUV 114.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 117 93 221 0.47 0.58 0 0.13 251.25 0.65 0.62
Hex 75 5D DD 2F 3A 0 D FB 41 3E
Octal 165 135 335 57 72 0 15 373 101 76
Binary 1110101 1011101 11011101 101111 111010 0 1101 11111011 1000001 111110

Color Harmonies of #755DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DDD

Black with #755DDD

Text Example


Text Example

White with #755DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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