Html Css Color HEX #736AC1 Slate Blue

📋 copy color: '#736AC1'

red 115 ◦ green 106 ◦ blue 193

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

Shades of Slate Blue #736AC1

Tints of Slate Blue #736AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

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

R = 27.78%
G = 25.6%
B = 46.62%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#736AC1 (or 0x736AC1) is known color: Slate Blue. HEX triplet: 73, 6A and C1. RGB value is (115,106,193). Sum of RGB (Red+Green+Blue) = 115+106+193=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #736AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736AC1 is #8C953E. Grayscale: #767676. Windows color (decimal): -9213247 or 12675699. OLE color: 12675699.

HSL color Cylindrical-coordinate representation of color #736AC1: hue angle of 246.21º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #736AC1 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 115 106 193 -
CMYK 0.40 0.45 0 0.24
HSL 246.21º 0.41% 0.59% -
HSV(B) 246.21º 0.45% 0.76% -
XYZ 21.85 17.8 52.74 -
YUV 118.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 115 106 193 0.40 0.45 0 0.24 246.21 0.41 0.59
Hex 73 6A C1 28 2D 0 18 F6 29 3B
Octal 163 152 301 50 55 0 30 366 51 73
Binary 1110011 1101010 11000001 101000 101101 0 11000 11110110 101001 111011

Color Harmonies of #736AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736AC1

Black with #736AC1

Text Example


Text Example

White with #736AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736AC1; }

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

 H1.HeaderClassName
 {
   color: #736AC1;
 }
 .AnyTagClassName
 {
   color: #736AC1;
 }
</style>

background-color css

<style>
 a { background-color: #736AC1; }

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

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

border-color css

<style>
 span { border-color: #736AC1; }

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

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