Html Css Color HEX #7361CF Slate Blue

📋 copy color: '#7361CF'

red 115 ◦ green 97 ◦ blue 207

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

Shades of Slate Blue #7361CF

Tints of Slate Blue #7361CF

RGB

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

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

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

R = 27.45%
G = 23.15%
B = 49.4%

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

#7361CF (or 0x7361CF) is known color: Slate Blue. HEX triplet: 73, 61 and CF. RGB value is (115,97,207). Sum of RGB (Red+Green+Blue) = 115+97+207=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7361CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7361CF is #8C9E30. Grayscale: #727272. Windows color (decimal): -9215537 or 13590899. OLE color: 13590899.

HSL color Cylindrical-coordinate representation of color #7361CF: hue angle of 249.82º 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 #7361CF is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 97 207 -
CMYK 0.44 0.53 0 0.19
HSL 249.82º 0.53% 0.6% -
HSV(B) 249.82º 0.53% 0.81% -
XYZ 22.61 16.7 61.06 -
YUV 114.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 115 97 207 0.44 0.53 0 0.19 249.82 0.53 0.6
Hex 73 61 CF 2C 35 0 13 FA 35 3C
Octal 163 141 317 54 65 0 23 372 65 74
Binary 1110011 1100001 11001111 101100 110101 0 10011 11111010 110101 111100

Color Harmonies of #7361CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7361CF

Black with #7361CF

Text Example


Text Example

White with #7361CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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