Html Css Color HEX #7363CA Slate Blue

📋 copy color: '#7363CA'

red 115 ◦ green 99 ◦ blue 202

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

Shades of Slate Blue #7363CA

Tints of Slate Blue #7363CA

RGB

 RED value IS 115 (45.31% from 255) = 27.64%

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

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

R = 27.64%
G = 23.8%
B = 48.56%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7363CA (or 0x7363CA) is known color: Slate Blue. HEX triplet: 73, 63 and CA. RGB value is (115,99,202). Sum of RGB (Red+Green+Blue) = 115+99+202=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7363CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363CA is #8C9C35. Grayscale: #737373. Windows color (decimal): -9215030 or 13263731. OLE color: 13263731.

HSL color Cylindrical-coordinate representation of color #7363CA: hue angle of 249.32º 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 #7363CA is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 99 202 -
CMYK 0.43 0.51 0 0.21
HSL 249.32º 0.49% 0.59% -
HSV(B) 249.32º 0.51% 0.79% -
XYZ 22.19 16.83 57.96 -
YUV 115.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 115 99 202 0.43 0.51 0 0.21 249.32 0.49 0.59
Hex 73 63 CA 2B 33 0 15 F9 31 3B
Octal 163 143 312 53 63 0 25 371 61 73
Binary 1110011 1100011 11001010 101011 110011 0 10101 11111001 110001 111011

Color Harmonies of #7363CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363CA

Black with #7363CA

Text Example


Text Example

White with #7363CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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