Html Css Color HEX #756ACC Slate Blue

📋 copy color: '#756ACC'

red 117 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #756ACC

Tints of Slate Blue #756ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 27.4%
G = 24.82%
B = 47.78%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#756ACC (or 0x756ACC) is known color: Slate Blue. HEX triplet: 75, 6A and CC. RGB value is (117,106,204). Sum of RGB (Red+Green+Blue) = 117+106+204=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #756ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756ACC is #8A9533. Grayscale: #787878. Windows color (decimal): -9082164 or 13396597. OLE color: 13396597.

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

Color convert

RGB 117 106 204 -
CMYK 0.43 0.48 0 0.2
HSL 246.73º 0.49% 0.61% -
HSV(B) 246.73º 0.48% 0.8% -
XYZ 23.39 18.45 59.46 -
YUV 120.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 117 106 204 0.43 0.48 0 0.2 246.73 0.49 0.61
Hex 75 6A CC 2B 30 0 14 F7 31 3D
Octal 165 152 314 53 60 0 24 367 61 75
Binary 1110101 1101010 11001100 101011 110000 0 10100 11110111 110001 111101

Color Harmonies of #756ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756ACC

Black with #756ACC

Text Example


Text Example

White with #756ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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