Html Css Color HEX #756CD5 Slate Blue

📋 copy color: '#756CD5'

red 117 ◦ green 108 ◦ blue 213

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

Shades of Slate Blue #756CD5

Tints of Slate Blue #756CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 26.71%
G = 24.66%
B = 48.63%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#756CD5 (or 0x756CD5) is known color: Slate Blue. HEX triplet: 75, 6C and D5. RGB value is (117,108,213). Sum of RGB (Red+Green+Blue) = 117+108+213=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #756CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756CD5 is #8A932A. Grayscale: #7A7A7A. Windows color (decimal): -9081643 or 13986933. OLE color: 13986933.

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

Color convert

RGB 117 108 213 -
CMYK 0.45 0.49 0 0.16
HSL 245.14º 0.56% 0.63% -
HSV(B) 245.14º 0.49% 0.84% -
XYZ 24.71 19.31 65.38 -
YUV 122.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 117 108 213 0.45 0.49 0 0.16 245.14 0.56 0.63
Hex 75 6C D5 2D 31 0 10 F5 38 3F
Octal 165 154 325 55 61 0 20 365 70 77
Binary 1110101 1101100 11010101 101101 110001 0 10000 11110101 111000 111111

Color Harmonies of #756CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CD5

Black with #756CD5

Text Example


Text Example

White with #756CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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