Html Css Color HEX #7363CD Slate Blue

📋 copy color: '#7363CD'

red 115 ◦ green 99 ◦ blue 205

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

Shades of Slate Blue #7363CD

Tints of Slate Blue #7363CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 27.45%
G = 23.63%
B = 48.93%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7363CD (or 0x7363CD) is known color: Slate Blue. HEX triplet: 73, 63 and CD. RGB value is (115,99,205). Sum of RGB (Red+Green+Blue) = 115+99+205=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #7363CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7363CD is #8C9C32. Grayscale: #737373. Windows color (decimal): -9215027 or 13460339. OLE color: 13460339.

HSL color Cylindrical-coordinate representation of color #7363CD: hue angle of 249.06º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7363CD is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 99 205 -
CMYK 0.44 0.52 0 0.20
HSL 249.06º 0.51% 0.6% -
HSV(B) 249.06º 0.52% 0.8% -
XYZ 22.55 16.98 59.85 -
YUV 115.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 115 99 205 0.44 0.52 0 0.20 249.06 0.51 0.6
Hex 73 63 CD 2C 34 0 14 F9 33 3C
Octal 163 143 315 54 64 0 24 371 63 74
Binary 1110011 1100011 11001101 101100 110100 0 10100 11111001 110011 111100

Color Harmonies of #7363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7363CD

Black with #7363CD

Text Example


Text Example

White with #7363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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