Html Css Color HEX #736ACD Slate Blue

📋 copy color: '#736ACD'

red 115 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #736ACD

Tints of Slate Blue #736ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 27%
G = 24.88%
B = 48.12%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#736ACD (or 0x736ACD) is known color: Slate Blue. HEX triplet: 73, 6A and CD. RGB value is (115,106,205). Sum of RGB (Red+Green+Blue) = 115+106+205=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #736ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACD is #8C9532. Grayscale: #777777. Windows color (decimal): -9213235 or 13462131. OLE color: 13462131.

HSL color Cylindrical-coordinate representation of color #736ACD: hue angle of 245.45º degrees, saturation: 0.5, 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 #736ACD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 106 205 -
CMYK 0.44 0.48 0 0.20
HSL 245.45º 0.5% 0.61% -
HSV(B) 245.45º 0.48% 0.8% -
XYZ 23.24 18.36 60.08 -
YUV 119.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 115 106 205 0.44 0.48 0 0.20 245.45 0.5 0.61
Hex 73 6A CD 2C 30 0 14 F5 32 3D
Octal 163 152 315 54 60 0 24 365 62 75
Binary 1110011 1101010 11001101 101100 110000 0 10100 11110101 110010 111101

Color Harmonies of #736ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736ACD

Black with #736ACD

Text Example


Text Example

White with #736ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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