Html Css Color HEX #755AD6 Slate Blue

📋 copy color: '#755AD6'

red 117 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #755AD6

Tints of Slate Blue #755AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

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

R = 27.79%
G = 21.38%
B = 50.83%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#755AD6 (or 0x755AD6) is known color: Slate Blue. HEX triplet: 75, 5A and D6. RGB value is (117,90,214). Sum of RGB (Red+Green+Blue) = 117+90+214=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #755AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AD6 is #8AA529. Grayscale: #6F6F6F. Windows color (decimal): -9086250 or 14047861. OLE color: 14047861.

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

Color convert

RGB 117 90 214 -
CMYK 0.45 0.58 0 0.16
HSL 253.06º 0.6% 0.6% -
HSV(B) 253.06º 0.58% 0.84% -
XYZ 23.13 15.95 65.48 -
YUV 112.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 117 90 214 0.45 0.58 0 0.16 253.06 0.6 0.6
Hex 75 5A D6 2D 3A 0 10 FD 3C 3C
Octal 165 132 326 55 72 0 20 375 74 74
Binary 1110101 1011010 11010110 101101 111010 0 10000 11111101 111100 111100

Color Harmonies of #755AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AD6

Black with #755AD6

Text Example


Text Example

White with #755AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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