Html Css Color HEX #736BCA Slate Blue

📋 copy color: '#736BCA'

red 115 ◦ green 107 ◦ blue 202

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

Shades of Slate Blue #736BCA

Tints of Slate Blue #736BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.24%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 27.12%
G = 25.24%
B = 47.64%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#736BCA (or 0x736BCA) is known color: Slate Blue. HEX triplet: 73, 6B and CA. RGB value is (115,107,202). Sum of RGB (Red+Green+Blue) = 115+107+202=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #736BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #736BCA is #8C9435. Grayscale: #777777. Windows color (decimal): -9212982 or 13265779. OLE color: 13265779.

HSL color Cylindrical-coordinate representation of color #736BCA: hue angle of 245.05º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736BCA is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 107 202 -
CMYK 0.43 0.47 0 0.21
HSL 245.05º 0.47% 0.61% -
HSV(B) 245.05º 0.47% 0.79% -
XYZ 22.99 18.42 58.22 -
YUV 120.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 115 107 202 0.43 0.47 0 0.21 245.05 0.47 0.61
Hex 73 6B CA 2B 2F 0 15 F5 2F 3D
Octal 163 153 312 53 57 0 25 365 57 75
Binary 1110011 1101011 11001010 101011 101111 0 10101 11110101 101111 111101

Color Harmonies of #736BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736BCA

Black with #736BCA

Text Example


Text Example

White with #736BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,202); }

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

background-color css

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

 a { background-color: rgb(115,107,202); }

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

border-color css

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

 span { border-color: rgb(115,107,202); }

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