Html Css Color HEX #736ACB Slate Blue

📋 copy color: '#736ACB'

red 115 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #736ACB

Tints of Slate Blue #736ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 27.12%
G = 25%
B = 47.88%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#736ACB (or 0x736ACB) is known color: Slate Blue. HEX triplet: 73, 6A and CB. RGB value is (115,106,203). Sum of RGB (Red+Green+Blue) = 115+106+203=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #736ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736ACB is #8C9534. Grayscale: #777777. Windows color (decimal): -9213237 or 13331059. OLE color: 13331059.

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

Color convert

RGB 115 106 203 -
CMYK 0.43 0.48 0 0.20
HSL 245.57º 0.48% 0.61% -
HSV(B) 245.57º 0.48% 0.8% -
XYZ 23 18.26 58.81 -
YUV 119.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 115 106 203 0.43 0.48 0 0.20 245.57 0.48 0.61
Hex 73 6A CB 2B 30 0 14 F6 30 3D
Octal 163 152 313 53 60 0 24 366 60 75
Binary 1110011 1101010 11001011 101011 110000 0 10100 11110110 110000 111101

Color Harmonies of #736ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736ACB

Black with #736ACB

Text Example


Text Example

White with #736ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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