Html Css Color HEX #756AC9 Slate Blue

📋 copy color: '#756AC9'

red 117 ◦ green 106 ◦ blue 201

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

Shades of Slate Blue #756AC9

Tints of Slate Blue #756AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 27.59%
G = 25%
B = 47.41%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#756AC9 (or 0x756AC9) is known color: Slate Blue. HEX triplet: 75, 6A and C9. RGB value is (117,106,201). Sum of RGB (Red+Green+Blue) = 117+106+201=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #756AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #756AC9 is #8A9536. Grayscale: #777777. Windows color (decimal): -9082167 or 13199989. OLE color: 13199989.

HSL color Cylindrical-coordinate representation of color #756AC9: hue angle of 246.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #756AC9 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 106 201 -
CMYK 0.42 0.47 0 0.21
HSL 246.95º 0.47% 0.6% -
HSV(B) 246.95º 0.47% 0.79% -
XYZ 23.03 18.31 57.58 -
YUV 120.12 173.64 125.78 -
System Red Green Blue C M Y K H S L
Decimal 117 106 201 0.42 0.47 0 0.21 246.95 0.47 0.6
Hex 75 6A C9 2A 2F 0 15 F7 2F 3C
Octal 165 152 311 52 57 0 25 367 57 74
Binary 1110101 1101010 11001001 101010 101111 0 10101 11110111 101111 111100

Color Harmonies of #756AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756AC9

Black with #756AC9

Text Example


Text Example

White with #756AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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