Html Css Color HEX #746BCE Slate Blue

📋 copy color: '#746BCE'

red 116 ◦ green 107 ◦ blue 206

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

Shades of Slate Blue #746BCE

Tints of Slate Blue #746BCE

RGB

 RED value IS 116 (45.7% from 255) = 27.04%

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 27.04%
G = 24.94%
B = 48.02%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#746BCE (or 0x746BCE) is known color: Slate Blue. HEX triplet: 74, 6B and CE. RGB value is (116,107,206). Sum of RGB (Red+Green+Blue) = 116+107+206=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #746BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCE is #8B9431. Grayscale: #787878. Windows color (decimal): -9147442 or 13527924. OLE color: 13527924.

HSL color Cylindrical-coordinate representation of color #746BCE: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #746BCE is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 107 206 -
CMYK 0.44 0.48 0 0.19
HSL 245.45º 0.5% 0.61% -
HSV(B) 245.45º 0.48% 0.81% -
XYZ 23.6 18.68 60.76 -
YUV 120.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 116 107 206 0.44 0.48 0 0.19 245.45 0.5 0.61
Hex 74 6B CE 2C 30 0 13 F5 32 3D
Octal 164 153 316 54 60 0 23 365 62 75
Binary 1110100 1101011 11001110 101100 110000 0 10011 11110101 110010 111101

Color Harmonies of #746BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BCE

Black with #746BCE

Text Example


Text Example

White with #746BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746BCE; }

 p { color: rgb(116,107,206); }

 H1.HeaderClassName
 {
   color: #746BCE;
 }
 .AnyTagClassName
 {
   color: #746BCE;
 }
</style>

background-color css

<style>
 a { background-color: #746BCE; }

 a { background-color: rgb(116,107,206); }

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

border-color css

<style>
 span { border-color: #746BCE; }

 span { border-color: rgb(116,107,206); }

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