Html Css Color HEX #736ACC Slate Blue

📋 copy color: '#736ACC'

red 115 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #736ACC

Tints of Slate Blue #736ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 27.06%
G = 24.94%
B = 48%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#736ACC (or 0x736ACC) is known color: Slate Blue. HEX triplet: 73, 6A and CC. RGB value is (115,106,204). Sum of RGB (Red+Green+Blue) = 115+106+204=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #736ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACC is #8C9533. Grayscale: #777777. Windows color (decimal): -9213236 or 13396595. OLE color: 13396595.

HSL color Cylindrical-coordinate representation of color #736ACC: hue angle of 245.51º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736ACC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 106 204 -
CMYK 0.44 0.48 0 0.2
HSL 245.51º 0.49% 0.61% -
HSV(B) 245.51º 0.48% 0.8% -
XYZ 23.12 18.31 59.44 -
YUV 119.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 115 106 204 0.44 0.48 0 0.2 245.51 0.49 0.61
Hex 73 6A CC 2C 30 0 14 F6 31 3D
Octal 163 152 314 54 60 0 24 366 61 75
Binary 1110011 1101010 11001100 101100 110000 0 10100 11110110 110001 111101

Color Harmonies of #736ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736ACC

Black with #736ACC

Text Example


Text Example

White with #736ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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