Html Css Color HEX #7563CA Slate Blue

📋 copy color: '#7563CA'

red 117 ◦ green 99 ◦ blue 202

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

Shades of Slate Blue #7563CA

Tints of Slate Blue #7563CA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

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

R = 27.99%
G = 23.68%
B = 48.33%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7563CA (or 0x7563CA) is known color: Slate Blue. HEX triplet: 75, 63 and CA. RGB value is (117,99,202). Sum of RGB (Red+Green+Blue) = 117+99+202=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7563CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7563CA is #8A9C35. Grayscale: #737373. Windows color (decimal): -9083958 or 13263733. OLE color: 13263733.

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

Color convert

RGB 117 99 202 -
CMYK 0.42 0.51 0 0.21
HSL 250.49º 0.49% 0.59% -
HSV(B) 250.49º 0.51% 0.79% -
XYZ 22.46 16.97 57.97 -
YUV 116.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 117 99 202 0.42 0.51 0 0.21 250.49 0.49 0.59
Hex 75 63 CA 2A 33 0 15 FA 31 3B
Octal 165 143 312 52 63 0 25 372 61 73
Binary 1110101 1100011 11001010 101010 110011 0 10101 11111010 110001 111011

Color Harmonies of #7563CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7563CA

Black with #7563CA

Text Example


Text Example

White with #7563CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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