Html Css Color HEX #755EDD Slate Blue

📋 copy color: '#755EDD'

red 117 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #755EDD

Tints of Slate Blue #755EDD

RGB

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

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

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

R = 27.08%
G = 21.76%
B = 51.16%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#755EDD (or 0x755EDD) is known color: Slate Blue. HEX triplet: 75, 5E and DD. RGB value is (117,94,221). Sum of RGB (Red+Green+Blue) = 117+94+221=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #755EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EDD is #8AA122. Grayscale: #727272. Windows color (decimal): -9085219 or 14507637. OLE color: 14507637.

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

Color convert

RGB 117 94 221 -
CMYK 0.47 0.57 0 0.13
HSL 250.87º 0.65% 0.62% -
HSV(B) 250.87º 0.57% 0.87% -
XYZ 24.39 17.01 70.4 -
YUV 115.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 117 94 221 0.47 0.57 0 0.13 250.87 0.65 0.62
Hex 75 5E DD 2F 39 0 D FB 41 3E
Octal 165 136 335 57 71 0 15 373 101 76
Binary 1110101 1011110 11011101 101111 111001 0 1101 11111011 1000001 111110

Color Harmonies of #755EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EDD

Black with #755EDD

Text Example


Text Example

White with #755EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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