Html Css Color HEX #755AC6 Slate Blue

📋 copy color: '#755AC6'

red 117 ◦ green 90 ◦ blue 198

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

Shades of Slate Blue #755AC6

Tints of Slate Blue #755AC6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 28.89%
G = 22.22%
B = 48.89%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#755AC6 (or 0x755AC6) is known color: Slate Blue. HEX triplet: 75, 5A and C6. RGB value is (117,90,198). Sum of RGB (Red+Green+Blue) = 117+90+198=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #755AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AC6 is #8AA539. Grayscale: #6D6D6D. Windows color (decimal): -9086266 or 12999285. OLE color: 12999285.

HSL color Cylindrical-coordinate representation of color #755AC6: hue angle of 255º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #755AC6 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 90 198 -
CMYK 0.41 0.55 0 0.22
HSL 255º 0.49% 0.56% -
HSV(B) 255º 0.55% 0.78% -
XYZ 21.19 15.17 55.24 -
YUV 110.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 117 90 198 0.41 0.55 0 0.22 255 0.49 0.56
Hex 75 5A C6 29 37 0 16 FF 31 38
Octal 165 132 306 51 67 0 26 377 61 70
Binary 1110101 1011010 11000110 101001 110111 0 10110 11111111 110001 111000

Color Harmonies of #755AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AC6

Black with #755AC6

Text Example


Text Example

White with #755AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755AC6; }

 p { color: rgb(117,90,198); }

 H1.HeaderClassName
 {
   color: #755AC6;
 }
 .AnyTagClassName
 {
   color: #755AC6;
 }
</style>

background-color css

<style>
 a { background-color: #755AC6; }

 a { background-color: rgb(117,90,198); }

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

border-color css

<style>
 span { border-color: #755AC6; }

 span { border-color: rgb(117,90,198); }

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