Html Css Color HEX #7557CA Slate Blue

📋 copy color: '#7557CA'

red 117 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #7557CA

Tints of Slate Blue #7557CA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 28.82%
G = 21.43%
B = 49.75%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7557CA (or 0x7557CA) is known color: Slate Blue. HEX triplet: 75, 57 and CA. RGB value is (117,87,202). Sum of RGB (Red+Green+Blue) = 117+87+202=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #7557CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7557CA is #8AA835. Grayscale: #6C6C6C. Windows color (decimal): -9087030 or 13260661. OLE color: 13260661.

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

Color convert

RGB 117 87 202 -
CMYK 0.42 0.57 0 0.21
HSL 255.65º 0.52% 0.57% -
HSV(B) 255.65º 0.57% 0.79% -
XYZ 21.4 14.86 57.62 -
YUV 109.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 117 87 202 0.42 0.57 0 0.21 255.65 0.52 0.57
Hex 75 57 CA 2A 39 0 15 100 34 39
Octal 165 127 312 52 71 0 25 400 64 71
Binary 1110101 1010111 11001010 101010 111001 0 10101 100000000 110100 111001

Color Harmonies of #7557CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7557CA

Black with #7557CA

Text Example


Text Example

White with #7557CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7557CA; }

 p { color: rgb(117,87,202); }

 H1.HeaderClassName
 {
   color: #7557CA;
 }
 .AnyTagClassName
 {
   color: #7557CA;
 }
</style>

background-color css

<style>
 a { background-color: #7557CA; }

 a { background-color: rgb(117,87,202); }

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

border-color css

<style>
 span { border-color: #7557CA; }

 span { border-color: rgb(117,87,202); }

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