Html Css Color HEX #755DD9 Slate Blue

📋 copy color: '#755DD9'

red 117 ◦ green 93 ◦ blue 217

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

Shades of Slate Blue #755DD9

Tints of Slate Blue #755DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.82%

R = 27.4%
G = 21.78%
B = 50.82%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#755DD9 (or 0x755DD9) is known color: Slate Blue. HEX triplet: 75, 5D and D9. RGB value is (117,93,217). Sum of RGB (Red+Green+Blue) = 117+93+217=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #755DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DD9 is #8AA226. Grayscale: #717171. Windows color (decimal): -9085479 or 14245237. OLE color: 14245237.

HSL color Cylindrical-coordinate representation of color #755DD9: hue angle of 251.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755DD9 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 93 217 -
CMYK 0.46 0.57 0 0.15
HSL 251.61º 0.62% 0.61% -
HSV(B) 251.61º 0.57% 0.85% -
XYZ 23.77 16.62 67.6 -
YUV 114.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 117 93 217 0.46 0.57 0 0.15 251.61 0.62 0.61
Hex 75 5D D9 2E 39 0 F FC 3E 3D
Octal 165 135 331 56 71 0 17 374 76 75
Binary 1110101 1011101 11011001 101110 111001 0 1111 11111100 111110 111101

Color Harmonies of #755DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DD9

Black with #755DD9

Text Example


Text Example

White with #755DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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