Html Css Color HEX #756ACE Slate Blue

📋 copy color: '#756ACE'

red 117 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #756ACE

Tints of Slate Blue #756ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 27.27%
G = 24.71%
B = 48.02%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#756ACE (or 0x756ACE) is known color: Slate Blue. HEX triplet: 75, 6A and CE. RGB value is (117,106,206). Sum of RGB (Red+Green+Blue) = 117+106+206=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #756ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ACE is #8A9531. Grayscale: #787878. Windows color (decimal): -9082162 or 13527669. OLE color: 13527669.

HSL color Cylindrical-coordinate representation of color #756ACE: hue angle of 246.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756ACE is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 106 206 -
CMYK 0.43 0.49 0 0.19
HSL 246.6º 0.51% 0.61% -
HSV(B) 246.6º 0.49% 0.81% -
XYZ 23.63 18.55 60.73 -
YUV 120.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 117 106 206 0.43 0.49 0 0.19 246.6 0.51 0.61
Hex 75 6A CE 2B 31 0 13 F7 33 3D
Octal 165 152 316 53 61 0 23 367 63 75
Binary 1110101 1101010 11001110 101011 110001 0 10011 11110111 110011 111101

Color Harmonies of #756ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ACE

Black with #756ACE

Text Example


Text Example

White with #756ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,106,206); }

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

background-color css

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

 a { background-color: rgb(117,106,206); }

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

border-color css

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

 span { border-color: rgb(117,106,206); }

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