Html Css Color HEX #756AD0 Slate Blue

📋 copy color: '#756AD0'

red 117 ◦ green 106 ◦ blue 208

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

Shades of Slate Blue #756AD0

Tints of Slate Blue #756AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 27.15%
G = 24.59%
B = 48.26%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#756AD0 (or 0x756AD0) is known color: Slate Blue. HEX triplet: 75, 6A and D0. RGB value is (117,106,208). Sum of RGB (Red+Green+Blue) = 117+106+208=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #756AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AD0 is #8A952F. Grayscale: #787878. Windows color (decimal): -9082160 or 13658741. OLE color: 13658741.

HSL color Cylindrical-coordinate representation of color #756AD0: hue angle of 246.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #756AD0 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 106 208 -
CMYK 0.44 0.49 0 0.18
HSL 246.47º 0.52% 0.62% -
HSV(B) 246.47º 0.49% 0.82% -
XYZ 23.88 18.64 62.01 -
YUV 120.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 117 106 208 0.44 0.49 0 0.18 246.47 0.52 0.62
Hex 75 6A D0 2C 31 0 12 F6 34 3E
Octal 165 152 320 54 61 0 22 366 64 76
Binary 1110101 1101010 11010000 101100 110001 0 10010 11110110 110100 111110

Color Harmonies of #756AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AD0

Black with #756AD0

Text Example


Text Example

White with #756AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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