Html Css Color HEX #7366C1 Slate Blue

📋 copy color: '#7366C1'

red 115 ◦ green 102 ◦ blue 193

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

Shades of Slate Blue #7366C1

Tints of Slate Blue #7366C1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.88%

 BLUE value IS 193 (75.78% from 255) = 47.07%

R = 28.05%
G = 24.88%
B = 47.07%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7366C1 (or 0x7366C1) is known color: Slate Blue. HEX triplet: 73, 66 and C1. RGB value is (115,102,193). Sum of RGB (Red+Green+Blue) = 115+102+193=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 193 (75.78% from 255 or 47.07% from 410); Max value from RGB is 193 - color contains mainly: blue. Hex color #7366C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366C1 is #8C993E. Grayscale: #737373. Windows color (decimal): -9214271 or 12674675. OLE color: 12674675.

HSL color Cylindrical-coordinate representation of color #7366C1: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7366C1 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 102 193 -
CMYK 0.40 0.47 0 0.24
HSL 248.57º 0.42% 0.58% -
HSV(B) 248.57º 0.47% 0.76% -
XYZ 21.45 17 52.6 -
YUV 116.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 115 102 193 0.40 0.47 0 0.24 248.57 0.42 0.58
Hex 73 66 C1 28 2F 0 18 F9 2A 3A
Octal 163 146 301 50 57 0 30 371 52 72
Binary 1110011 1100110 11000001 101000 101111 0 11000 11111001 101010 111010

Color Harmonies of #7366C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366C1

Black with #7366C1

Text Example


Text Example

White with #7366C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7366C1; }

 p { color: rgb(115,102,193); }

 H1.HeaderClassName
 {
   color: #7366C1;
 }
 .AnyTagClassName
 {
   color: #7366C1;
 }
</style>

background-color css

<style>
 a { background-color: #7366C1; }

 a { background-color: rgb(115,102,193); }

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

border-color css

<style>
 span { border-color: #7366C1; }

 span { border-color: rgb(115,102,193); }

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