Html Css Color HEX #755DD6 Slate Blue

📋 copy color: '#755DD6'

red 117 ◦ green 93 ◦ blue 214

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

Shades of Slate Blue #755DD6

Tints of Slate Blue #755DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 27.59%
G = 21.93%
B = 50.47%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#755DD6 (or 0x755DD6) is known color: Slate Blue. HEX triplet: 75, 5D and D6. RGB value is (117,93,214). Sum of RGB (Red+Green+Blue) = 117+93+214=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #755DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755DD6 is #8AA229. Grayscale: #717171. Windows color (decimal): -9085482 or 14048629. OLE color: 14048629.

HSL color Cylindrical-coordinate representation of color #755DD6: hue angle of 251.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755DD6 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 93 214 -
CMYK 0.45 0.57 0 0.16
HSL 251.9º 0.6% 0.6% -
HSV(B) 251.9º 0.57% 0.84% -
XYZ 23.39 16.47 65.56 -
YUV 113.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 117 93 214 0.45 0.57 0 0.16 251.9 0.6 0.6
Hex 75 5D D6 2D 39 0 10 FC 3C 3C
Octal 165 135 326 55 71 0 20 374 74 74
Binary 1110101 1011101 11010110 101101 111001 0 10000 11111100 111100 111100

Color Harmonies of #755DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DD6

Black with #755DD6

Text Example


Text Example

White with #755DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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