Html Css Color HEX #7362DC Slate Blue

📋 copy color: '#7362DC'

red 115 ◦ green 98 ◦ blue 220

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

Shades of Slate Blue #7362DC

Tints of Slate Blue #7362DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 26.56%
G = 22.63%
B = 50.81%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7362DC (or 0x7362DC) is known color: Slate Blue. HEX triplet: 73, 62 and DC. RGB value is (115,98,220). Sum of RGB (Red+Green+Blue) = 115+98+220=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7362DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362DC is #8C9D23. Grayscale: #747474. Windows color (decimal): -9215268 or 14443123. OLE color: 14443123.

HSL color Cylindrical-coordinate representation of color #7362DC: hue angle of 248.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7362DC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 98 220 -
CMYK 0.48 0.55 0 0.14
HSL 248.36º 0.64% 0.62% -
HSV(B) 248.36º 0.55% 0.86% -
XYZ 24.36 17.55 69.81 -
YUV 116.99 186.13 126.58 -
System Red Green Blue C M Y K H S L
Decimal 115 98 220 0.48 0.55 0 0.14 248.36 0.64 0.62
Hex 73 62 DC 30 37 0 E F8 40 3E
Octal 163 142 334 60 67 0 16 370 100 76
Binary 1110011 1100010 11011100 110000 110111 0 1110 11111000 1000000 111110

Color Harmonies of #7362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362DC

Black with #7362DC

Text Example


Text Example

White with #7362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7362DC; }

 p { color: rgb(115,98,220); }

 H1.HeaderClassName
 {
   color: #7362DC;
 }
 .AnyTagClassName
 {
   color: #7362DC;
 }
</style>

background-color css

<style>
 a { background-color: #7362DC; }

 a { background-color: rgb(115,98,220); }

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

border-color css

<style>
 span { border-color: #7362DC; }

 span { border-color: rgb(115,98,220); }

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