Html Css Color HEX #7361DB Slate Blue

📋 copy color: '#7361DB'

red 115 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #7361DB

Tints of Slate Blue #7361DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 26.68%
G = 22.51%
B = 50.81%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7361DB (or 0x7361DB) is known color: Slate Blue. HEX triplet: 73, 61 and DB. RGB value is (115,97,219). Sum of RGB (Red+Green+Blue) = 115+97+219=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #7361DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361DB is #8C9E24. Grayscale: #737373. Windows color (decimal): -9215525 or 14377331. OLE color: 14377331.

HSL color Cylindrical-coordinate representation of color #7361DB: hue angle of 248.85º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7361DB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 97 219 -
CMYK 0.47 0.56 0 0.14
HSL 248.85º 0.63% 0.62% -
HSV(B) 248.85º 0.56% 0.86% -
XYZ 24.13 17.31 69.09 -
YUV 116.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 115 97 219 0.47 0.56 0 0.14 248.85 0.63 0.62
Hex 73 61 DB 2F 38 0 E F9 3F 3E
Octal 163 141 333 57 70 0 16 371 77 76
Binary 1110011 1100001 11011011 101111 111000 0 1110 11111001 111111 111110

Color Harmonies of #7361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361DB

Black with #7361DB

Text Example


Text Example

White with #7361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7361DB; }

 p { color: rgb(115,97,219); }

 H1.HeaderClassName
 {
   color: #7361DB;
 }
 .AnyTagClassName
 {
   color: #7361DB;
 }
</style>

background-color css

<style>
 a { background-color: #7361DB; }

 a { background-color: rgb(115,97,219); }

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

border-color css

<style>
 span { border-color: #7361DB; }

 span { border-color: rgb(115,97,219); }

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