Html Css Color HEX #7553CE Slate Blue

📋 copy color: '#7553CE'

red 117 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #7553CE

Tints of Slate Blue #7553CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

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

R = 28.82%
G = 20.44%
B = 50.74%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7553CE (or 0x7553CE) is known color: Slate Blue. HEX triplet: 75, 53 and CE. RGB value is (117,83,206). Sum of RGB (Red+Green+Blue) = 117+83+206=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7553CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7553CE is #8AAC31. Grayscale: #6A6A6A. Windows color (decimal): -9088050 or 13521781. OLE color: 13521781.

HSL color Cylindrical-coordinate representation of color #7553CE: hue angle of 256.59º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7553CE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 83 206 -
CMYK 0.43 0.60 0 0.19
HSL 256.59º 0.56% 0.57% -
HSV(B) 256.59º 0.6% 0.81% -
XYZ 21.57 14.42 60.04 -
YUV 107.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 117 83 206 0.43 0.60 0 0.19 256.59 0.56 0.57
Hex 75 53 CE 2B 3C 0 13 101 38 39
Octal 165 123 316 53 74 0 23 401 70 71
Binary 1110101 1010011 11001110 101011 111100 0 10011 100000001 111000 111001

Color Harmonies of #7553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7553CE

Black with #7553CE

Text Example


Text Example

White with #7553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7553CE; }

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

 H1.HeaderClassName
 {
   color: #7553CE;
 }
 .AnyTagClassName
 {
   color: #7553CE;
 }
</style>

background-color css

<style>
 a { background-color: #7553CE; }

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

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

border-color css

<style>
 span { border-color: #7553CE; }

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

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