Html Css Color HEX #7362CF Slate Blue

📋 copy color: '#7362CF'

red 115 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #7362CF

Tints of Slate Blue #7362CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 27.38%
G = 23.33%
B = 49.29%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7362CF (or 0x7362CF) is known color: Slate Blue. HEX triplet: 73, 62 and CF. RGB value is (115,98,207). Sum of RGB (Red+Green+Blue) = 115+98+207=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7362CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362CF is #8C9D30. Grayscale: #737373. Windows color (decimal): -9215281 or 13591155. OLE color: 13591155.

HSL color Cylindrical-coordinate representation of color #7362CF: hue angle of 249.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7362CF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 98 207 -
CMYK 0.44 0.53 0 0.19
HSL 249.36º 0.53% 0.6% -
HSV(B) 249.36º 0.53% 0.81% -
XYZ 22.7 16.89 61.09 -
YUV 115.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 115 98 207 0.44 0.53 0 0.19 249.36 0.53 0.6
Hex 73 62 CF 2C 35 0 13 F9 35 3C
Octal 163 142 317 54 65 0 23 371 65 74
Binary 1110011 1100010 11001111 101100 110101 0 10011 11111001 110101 111100

Color Harmonies of #7362CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7362CF

Black with #7362CF

Text Example


Text Example

White with #7362CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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