Html Css Color HEX #746BCB Slate Blue

📋 copy color: '#746BCB'

red 116 ◦ green 107 ◦ blue 203

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

Shades of Slate Blue #746BCB

Tints of Slate Blue #746BCB

RGB

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

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

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

R = 27.23%
G = 25.12%
B = 47.65%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#746BCB (or 0x746BCB) is known color: Slate Blue. HEX triplet: 74, 6B and CB. RGB value is (116,107,203). Sum of RGB (Red+Green+Blue) = 116+107+203=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #746BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746BCB is #8B9434. Grayscale: #787878. Windows color (decimal): -9147445 or 13331316. OLE color: 13331316.

HSL color Cylindrical-coordinate representation of color #746BCB: hue angle of 245.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #746BCB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 107 203 -
CMYK 0.43 0.47 0 0.20
HSL 245.63º 0.48% 0.61% -
HSV(B) 245.63º 0.47% 0.8% -
XYZ 23.24 18.54 58.85 -
YUV 120.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 116 107 203 0.43 0.47 0 0.20 245.63 0.48 0.61
Hex 74 6B CB 2B 2F 0 14 F6 30 3D
Octal 164 153 313 53 57 0 24 366 60 75
Binary 1110100 1101011 11001011 101011 101111 0 10100 11110110 110000 111101

Color Harmonies of #746BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746BCB

Black with #746BCB

Text Example


Text Example

White with #746BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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