Html Css Color HEX #736CD0 Slate Blue

📋 copy color: '#736CD0'

red 115 ◦ green 108 ◦ blue 208

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

Shades of Slate Blue #736CD0

Tints of Slate Blue #736CD0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

 BLUE value IS 208 (81.64% from 255) = 48.26%

R = 26.68%
G = 25.06%
B = 48.26%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#736CD0 (or 0x736CD0) is known color: Slate Blue. HEX triplet: 73, 6C and D0. RGB value is (115,108,208). Sum of RGB (Red+Green+Blue) = 115+108+208=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #736CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736CD0 is #8C932F. Grayscale: #797979. Windows color (decimal): -9212720 or 13659251. OLE color: 13659251.

HSL color Cylindrical-coordinate representation of color #736CD0: hue angle of 244.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #736CD0 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 108 208 -
CMYK 0.45 0.48 0 0.18
HSL 244.2º 0.52% 0.62% -
HSV(B) 244.2º 0.48% 0.82% -
XYZ 23.82 18.92 62.07 -
YUV 121.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 115 108 208 0.45 0.48 0 0.18 244.2 0.52 0.62
Hex 73 6C D0 2D 30 0 12 F4 34 3E
Octal 163 154 320 55 60 0 22 364 64 76
Binary 1110011 1101100 11010000 101101 110000 0 10010 11110100 110100 111110

Color Harmonies of #736CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736CD0

Black with #736CD0

Text Example


Text Example

White with #736CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,208); }

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

background-color css

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

 a { background-color: rgb(115,108,208); }

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

border-color css

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

 span { border-color: rgb(115,108,208); }

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