Html Css Color HEX #755ACE Slate Blue

📋 copy color: '#755ACE'

red 117 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #755ACE

Tints of Slate Blue #755ACE

RGB

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

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

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

R = 28.33%
G = 21.79%
B = 49.88%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#755ACE (or 0x755ACE) is known color: Slate Blue. HEX triplet: 75, 5A and CE. RGB value is (117,90,206). Sum of RGB (Red+Green+Blue) = 117+90+206=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #755ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ACE is #8AA531. Grayscale: #6E6E6E. Windows color (decimal): -9086258 or 13523573. OLE color: 13523573.

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

Color convert

RGB 117 90 206 -
CMYK 0.43 0.56 0 0.19
HSL 253.97º 0.54% 0.58% -
HSV(B) 253.97º 0.56% 0.81% -
XYZ 22.13 15.55 60.23 -
YUV 111.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 117 90 206 0.43 0.56 0 0.19 253.97 0.54 0.58
Hex 75 5A CE 2B 38 0 13 FE 36 3A
Octal 165 132 316 53 70 0 23 376 66 72
Binary 1110101 1011010 11001110 101011 111000 0 10011 11111110 110110 111010

Color Harmonies of #755ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ACE

Black with #755ACE

Text Example


Text Example

White with #755ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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