Html Css Color HEX #756CD6 Slate Blue

📋 copy color: '#756CD6'

red 117 ◦ green 108 ◦ blue 214

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

Shades of Slate Blue #756CD6

Tints of Slate Blue #756CD6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

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

R = 26.65%
G = 24.6%
B = 48.75%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756CD6 (or 0x756CD6) is known color: Slate Blue. HEX triplet: 75, 6C and D6. RGB value is (117,108,214). Sum of RGB (Red+Green+Blue) = 117+108+214=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #756CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD6 is #8A9329. Grayscale: #7A7A7A. Windows color (decimal): -9081642 or 14052469. OLE color: 14052469.

HSL color Cylindrical-coordinate representation of color #756CD6: hue angle of 245.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756CD6 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 108 214 -
CMYK 0.45 0.50 0 0.16
HSL 245.09º 0.56% 0.63% -
HSV(B) 245.09º 0.5% 0.84% -
XYZ 24.84 19.36 66.05 -
YUV 122.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 117 108 214 0.45 0.50 0 0.16 245.09 0.56 0.63
Hex 75 6C D6 2D 32 0 10 F5 38 3F
Octal 165 154 326 55 62 0 20 365 70 77
Binary 1110101 1101100 11010110 101101 110010 0 10000 11110101 111000 111111

Color Harmonies of #756CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CD6

Black with #756CD6

Text Example


Text Example

White with #756CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756CD6; }

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

 H1.HeaderClassName
 {
   color: #756CD6;
 }
 .AnyTagClassName
 {
   color: #756CD6;
 }
</style>

background-color css

<style>
 a { background-color: #756CD6; }

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

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

border-color css

<style>
 span { border-color: #756CD6; }

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

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